Html Css Color HEX #D008DF Deep Magenta

📋 copy color: '#D008DF'

red 208 ◦ green 8 ◦ blue 223

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

Shades of Deep Magenta #D008DF

Tints of Deep Magenta #D008DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 47.38%
G = 1.82%
B = 50.8%

CMYK

 C value IS 0.07

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D008DF (or 0xD008DF) is known color: Deep Magenta. HEX triplet: D0, 08 and DF. RGB value is (208,8,223). Sum of RGB (Red+Green+Blue) = 208+8+223=439 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.38% from 439); Green value is 8 (3.52% from 255 or 1.82% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #D008DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008DF is #2FF720. Grayscale: #5B5B5B. Windows color (decimal): -3143457 or 14616784. OLE color: 14616784.

HSL color Cylindrical-coordinate representation of color #D008DF: hue angle of 295.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D008DF is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 8 223 -
CMYK 0.07 0.96 0 0.13
HSL 295.81º 0.93% 0.45% -
HSV(B) 295.81º 0.96% 0.87% -
XYZ 39.42 18.91 71.38 -
YUV 92.31 201.76 210.52 -
System Red Green Blue C M Y K H S L
Decimal 208 8 223 0.07 0.96 0 0.13 295.81 0.93 0.45
Hex D0 8 DF 7 60 0 D 128 5D 2D
Octal 320 10 337 7 140 0 15 450 135 55
Binary 11010000 1000 11011111 111 1100000 0 1101 100101000 1011101 101101

Color Harmonies of #D008DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D008DF

Black with #D008DF

Text Example


Text Example

White with #D008DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D008DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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