Html Css Color HEX #D908D2 Deep Magenta

📋 copy color: '#D908D2'

red 217 ◦ green 8 ◦ blue 210

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

Shades of Deep Magenta #D908D2

Tints of Deep Magenta #D908D2

RGB

 RED value IS 217 (85.16% from 255) = 49.89%

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

 BLUE value IS 210 (82.42% from 255) = 48.28%

R = 49.89%
G = 1.84%
B = 48.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D908D2 (or 0xD908D2) is known color: Deep Magenta. HEX triplet: D9, 08 and D2. RGB value is (217,8,210). Sum of RGB (Red+Green+Blue) = 217+8+210=435 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.89% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 210 (82.42% from 255 or 48.28% from 435); Max value from RGB is 217 - color contains mainly: red. Hex color #D908D2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908D2 is #26F72D. Grayscale: #5C5C5C. Windows color (decimal): -2553646 or 13764825. OLE color: 13764825.

HSL color Cylindrical-coordinate representation of color #D908D2: hue angle of 302.01º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D908D2 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 8 210 -
CMYK 0 0.96 0.03 0.15
HSL 302.01º 0.93% 0.44% -
HSV(B) 302.01º 0.96% 0.85% -
XYZ 40.33 19.58 62.63 -
YUV 93.52 193.74 216.07 -
System Red Green Blue C M Y K H S L
Decimal 217 8 210 0 0.96 0.03 0.15 302.01 0.93 0.44
Hex D9 8 D2 0 60 3 F 12E 5D 2C
Octal 331 10 322 0 140 3 17 456 135 54
Binary 11011001 1000 11010010 0 1100000 11 1111 100101110 1011101 101100

Color Harmonies of #D908D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908D2

Black with #D908D2

Text Example


Text Example

White with #D908D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908D2; }

 p { color: rgb(217,8,210); }

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

background-color css

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

 a { background-color: rgb(217,8,210); }

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

border-color css

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

 span { border-color: rgb(217,8,210); }

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