Html Css Color HEX #D908C9 Deep Magenta

📋 copy color: '#D908C9'

red 217 ◦ green 8 ◦ blue 201

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

Shades of Deep Magenta #D908C9

Tints of Deep Magenta #D908C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 47.18%

R = 50.94%
G = 1.88%
B = 47.18%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#D908C9 (or 0xD908C9) is known color: Deep Magenta. HEX triplet: D9, 08 and C9. RGB value is (217,8,201). Sum of RGB (Red+Green+Blue) = 217+8+201=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 8 (3.52% from 255 or 1.88% from 426); Blue value is 201 (78.91% from 255 or 47.18% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D908C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908C9 is #26F736. Grayscale: #5B5B5B. Windows color (decimal): -2553655 or 13175001. OLE color: 13175001.

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

Color convert

RGB 217 8 201 -
CMYK 0 0.96 0.07 0.15
HSL 304.59º 0.93% 0.44% -
HSV(B) 304.59º 0.96% 0.85% -
XYZ 39.24 19.14 56.88 -
YUV 92.49 189.24 216.81 -
System Red Green Blue C M Y K H S L
Decimal 217 8 201 0 0.96 0.07 0.15 304.59 0.93 0.44
Hex D9 8 C9 0 60 7 F 131 5D 2C
Octal 331 10 311 0 140 7 17 461 135 54
Binary 11011001 1000 11001001 0 1100000 111 1111 100110001 1011101 101100

Color Harmonies of #D908C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908C9

Black with #D908C9

Text Example


Text Example

White with #D908C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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