Html Css Color HEX #D908D4 Deep Magenta

📋 copy color: '#D908D4'

red 217 ◦ green 8 ◦ blue 212

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

Shades of Deep Magenta #D908D4

Tints of Deep Magenta #D908D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 48.51%

R = 49.66%
G = 1.83%
B = 48.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D908D4 (or 0xD908D4) is known color: Deep Magenta. HEX triplet: D9, 08 and D4. RGB value is (217,8,212). Sum of RGB (Red+Green+Blue) = 217+8+212=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 8 (3.52% from 255 or 1.83% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D908D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D908D4 is #26F72B. Grayscale: #5D5D5D. Windows color (decimal): -2553644 or 13895897. OLE color: 13895897.

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

Color convert

RGB 217 8 212 -
CMYK 0 0.96 0.02 0.15
HSL 301.44º 0.93% 0.44% -
HSV(B) 301.44º 0.96% 0.85% -
XYZ 40.59 19.68 63.95 -
YUV 93.75 194.74 215.91 -
System Red Green Blue C M Y K H S L
Decimal 217 8 212 0 0.96 0.02 0.15 301.44 0.93 0.44
Hex D9 8 D4 0 60 2 F 12D 5D 2C
Octal 331 10 324 0 140 2 17 455 135 54
Binary 11011001 1000 11010100 0 1100000 10 1111 100101101 1011101 101100

Color Harmonies of #D908D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D908D4

Black with #D908D4

Text Example


Text Example

White with #D908D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D908D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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