Html Css Color HEX #D845C6 Fuchsia

📋 copy color: '#D845C6'

red 216 ◦ green 69 ◦ blue 198

#D845C6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #D845C6

Tints of Fuchsia #D845C6

RGB

 RED value IS 216 (84.77% from 255) = 44.72%

 GREEN value IS 69 (27.34% from 255) = 14.29%

 BLUE value IS 198 (77.73% from 255) = 40.99%

R = 44.72%
G = 14.29%
B = 40.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.08

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D845C6 (or 0xD845C6) is known color: Fuchsia. HEX triplet: D8, 45 and C6. RGB value is (216,69,198). Sum of RGB (Red+Green+Blue) = 216+69+198=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 69 (27.34% from 255 or 14.29% from 483); Blue value is 198 (77.73% from 255 or 40.99% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D845C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D845C6 is #27BA39. Grayscale: #7F7F7F. Windows color (decimal): -2603578 or 12994008. OLE color: 12994008.

HSL color Cylindrical-coordinate representation of color #D845C6: hue angle of 307.35º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D845C6 is Cyan = 0, Magento = 0.68, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 69 198 -
CMYK 0 0.68 0.08 0.15
HSL 307.35º 0.65% 0.56% -
HSV(B) 307.35º 0.68% 0.85% -
XYZ 40.64 22.93 55.71 -
YUV 127.66 167.7 191.01 -
System Red Green Blue C M Y K H S L
Decimal 216 69 198 0 0.68 0.08 0.15 307.35 0.65 0.56
Hex D8 45 C6 0 44 8 F 133 41 38
Octal 330 105 306 0 104 10 17 463 101 70
Binary 11011000 1000101 11000110 0 1000100 1000 1111 100110011 1000001 111000

Color Harmonies of #D845C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D845C6

Black with #D845C6

Text Example


Text Example

White with #D845C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D845C6; }

 p { color: rgb(216,69,198); }

 H1.HeaderClassName
 {
   color: #D845C6;
 }
 .AnyTagClassName
 {
   color: #D845C6;
 }
</style>

background-color css

<style>
 a { background-color: #D845C6; }

 a { background-color: rgb(216,69,198); }

 div.DivClassName
 {
   background-color: #D845C6;
 }
 .BgClassName
 {
   background-color: #D845C6;
 }
</style>

border-color css

<style>
 span { border-color: #D845C6; }

 span { border-color: rgb(216,69,198); }

 td.TdClassName
 {
   border-color: #D845C6;
 }
 .TagClassName
 {
   border-color: #D845C6;
 }
</style>