Html Css Color HEX #D008DD Deep Magenta

📋 copy color: '#D008DD'

red 208 ◦ green 8 ◦ blue 221

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

Shades of Deep Magenta #D008DD

Tints of Deep Magenta #D008DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.57%

R = 47.6%
G = 1.83%
B = 50.57%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D008DD (or 0xD008DD) is known color: Deep Magenta. HEX triplet: D0, 08 and DD. RGB value is (208,8,221). Sum of RGB (Red+Green+Blue) = 208+8+221=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #D008DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D008DD is #2FF722. Grayscale: #5B5B5B. Windows color (decimal): -3143459 or 14485712. OLE color: 14485712.

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

Color convert

RGB 208 8 221 -
CMYK 0.06 0.96 0 0.13
HSL 296.34º 0.93% 0.45% -
HSV(B) 296.34º 0.96% 0.87% -
XYZ 39.15 18.8 69.97 -
YUV 92.08 200.76 210.68 -
System Red Green Blue C M Y K H S L
Decimal 208 8 221 0.06 0.96 0 0.13 296.34 0.93 0.45
Hex D0 8 DD 6 60 0 D 128 5D 2D
Octal 320 10 335 6 140 0 15 450 135 55
Binary 11010000 1000 11011101 110 1100000 0 1101 100101000 1011101 101101

Color Harmonies of #D008DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D008DD

Black with #D008DD

Text Example


Text Example

White with #D008DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D008DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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