Html Css Color HEX #D008CE Deep Magenta

📋 copy color: '#D008CE'

red 208 ◦ green 8 ◦ blue 206

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

Shades of Deep Magenta #D008CE

Tints of Deep Magenta #D008CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.82%

R = 49.29%
G = 1.9%
B = 48.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#D008CE (or 0xD008CE) is known color: Deep Magenta. HEX triplet: D0, 08 and CE. RGB value is (208,8,206). Sum of RGB (Red+Green+Blue) = 208+8+206=422 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.29% from 422); Green value is 8 (3.52% from 255 or 1.90% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 208 - color contains mainly: red. Hex color #D008CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008CE is #2FF731. Grayscale: #595959. Windows color (decimal): -3143474 or 13502672. OLE color: 13502672.

HSL color Cylindrical-coordinate representation of color #D008CE: hue angle of 300.6º 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 #D008CE is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 8 206 -
CMYK 0 0.96 0.01 0.18
HSL 300.6º 0.93% 0.42% -
HSV(B) 300.6º 0.96% 0.82% -
XYZ 37.24 18.04 59.91 -
YUV 90.37 193.26 211.9 -
System Red Green Blue C M Y K H S L
Decimal 208 8 206 0 0.96 0.01 0.18 300.6 0.93 0.42
Hex D0 8 CE 0 60 1 12 12D 5D 2A
Octal 320 10 316 0 140 1 22 455 135 52
Binary 11010000 1000 11001110 0 1100000 1 10010 100101101 1011101 101010

Color Harmonies of #D008CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D008CE

Black with #D008CE

Text Example


Text Example

White with #D008CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D008CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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