Html Css Color HEX #D909B8 Deep Magenta

📋 copy color: '#D909B8'

red 217 ◦ green 9 ◦ blue 184

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

Shades of Deep Magenta #D909B8

Tints of Deep Magenta #D909B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 44.88%

R = 52.93%
G = 2.2%
B = 44.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D909B8 (or 0xD909B8) is known color: Deep Magenta. HEX triplet: D9, 09 and B8. RGB value is (217,9,184). Sum of RGB (Red+Green+Blue) = 217+9+184=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 9 (3.91% from 255 or 2.20% from 410); Blue value is 184 (72.27% from 255 or 44.88% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D909B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D909B8 is #26F647. Grayscale: #5A5A5A. Windows color (decimal): -2553416 or 12061145. OLE color: 12061145.

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

Color convert

RGB 217 9 184 -
CMYK 0 0.96 0.15 0.15
HSL 309.52º 0.92% 0.44% -
HSV(B) 309.52º 0.96% 0.85% -
XYZ 37.36 18.41 46.93 -
YUV 91.14 180.41 217.77 -
System Red Green Blue C M Y K H S L
Decimal 217 9 184 0 0.96 0.15 0.15 309.52 0.92 0.44
Hex D9 9 B8 0 60 F F 136 5C 2C
Octal 331 11 270 0 140 17 17 466 134 54
Binary 11011001 1001 10111000 0 1100000 1111 1111 100110110 1011100 101100

Color Harmonies of #D909B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D909B8

Black with #D909B8

Text Example


Text Example

White with #D909B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D909B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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