Html Css Color HEX #D909B5 Deep Magenta

📋 copy color: '#D909B5'

red 217 ◦ green 9 ◦ blue 181

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

Shades of Deep Magenta #D909B5

Tints of Deep Magenta #D909B5

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.21%

 BLUE value IS 181 (71.09% from 255) = 44.47%

R = 53.32%
G = 2.21%
B = 44.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#D909B5 (or 0xD909B5) is known color: Deep Magenta. HEX triplet: D9, 09 and B5. RGB value is (217,9,181). Sum of RGB (Red+Green+Blue) = 217+9+181=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 181 (71.09% from 255 or 44.47% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D909B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D909B5 is #26F64A. Grayscale: #5A5A5A. Windows color (decimal): -2553419 or 11864537. OLE color: 11864537.

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

Color convert

RGB 217 9 181 -
CMYK 0 0.96 0.17 0.15
HSL 310.38º 0.92% 0.44% -
HSV(B) 310.38º 0.96% 0.85% -
XYZ 37.05 18.28 45.29 -
YUV 90.8 178.91 218.01 -
System Red Green Blue C M Y K H S L
Decimal 217 9 181 0 0.96 0.17 0.15 310.38 0.92 0.44
Hex D9 9 B5 0 60 11 F 136 5C 2C
Octal 331 11 265 0 140 21 17 466 134 54
Binary 11011001 1001 10110101 0 1100000 10001 1111 100110110 1011100 101100

Color Harmonies of #D909B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D909B5

Black with #D909B5

Text Example


Text Example

White with #D909B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D909B5; }

 p { color: rgb(217,9,181); }

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

background-color css

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

 a { background-color: rgb(217,9,181); }

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

border-color css

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

 span { border-color: rgb(217,9,181); }

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