Html Css Color HEX #D008CC Deep Magenta

📋 copy color: '#D008CC'

red 208 ◦ green 8 ◦ blue 204

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

Shades of Deep Magenta #D008CC

Tints of Deep Magenta #D008CC

RGB

 RED value IS 208 (81.64% from 255) = 49.52%

 GREEN value IS 8 (3.52% from 255) = 1.9%

 BLUE value IS 204 (80.08% from 255) = 48.57%

R = 49.52%
G = 1.9%
B = 48.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#D008CC (or 0xD008CC) is known color: Deep Magenta. HEX triplet: D0, 08 and CC. RGB value is (208,8,204). Sum of RGB (Red+Green+Blue) = 208+8+204=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D008CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008CC is #2FF733. Grayscale: #595959. Windows color (decimal): -3143476 or 13371600. OLE color: 13371600.

HSL color Cylindrical-coordinate representation of color #D008CC: hue angle of 301.2º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D008CC is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 8 204 -
CMYK 0 0.96 0.02 0.18
HSL 301.2º 0.93% 0.42% -
HSV(B) 301.2º 0.96% 0.82% -
XYZ 37 17.94 58.64 -
YUV 90.14 192.26 212.06 -
System Red Green Blue C M Y K H S L
Decimal 208 8 204 0 0.96 0.02 0.18 301.2 0.93 0.42
Hex D0 8 CC 0 60 2 12 12D 5D 2A
Octal 320 10 314 0 140 2 22 455 135 52
Binary 11010000 1000 11001100 0 1100000 10 10010 100101101 1011101 101010

Color Harmonies of #D008CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D008CC

Black with #D008CC

Text Example


Text Example

White with #D008CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D008CC; }

 p { color: rgb(208,8,204); }

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

background-color css

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

 a { background-color: rgb(208,8,204); }

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

border-color css

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

 span { border-color: rgb(208,8,204); }

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