Html Css Color HEX #D909BA Deep Magenta

📋 copy color: '#D909BA'

red 217 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #D909BA

Tints of Deep Magenta #D909BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.15%

R = 52.67%
G = 2.18%
B = 45.15%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D909BA (or 0xD909BA) is known color: Deep Magenta. HEX triplet: D9, 09 and BA. RGB value is (217,9,186). Sum of RGB (Red+Green+Blue) = 217+9+186=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 9 (3.91% from 255 or 2.18% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D909BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D909BA is #26F645. Grayscale: #5A5A5A. Windows color (decimal): -2553414 or 12192217. OLE color: 12192217.

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

Color convert

RGB 217 9 186 -
CMYK 0 0.96 0.14 0.15
HSL 308.94º 0.92% 0.44% -
HSV(B) 308.94º 0.96% 0.85% -
XYZ 37.58 18.49 48.04 -
YUV 91.37 181.41 217.61 -
System Red Green Blue C M Y K H S L
Decimal 217 9 186 0 0.96 0.14 0.15 308.94 0.92 0.44
Hex D9 9 BA 0 60 E F 135 5C 2C
Octal 331 11 272 0 140 16 17 465 134 54
Binary 11011001 1001 10111010 0 1100000 1110 1111 100110101 1011100 101100

Color Harmonies of #D909BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D909BA

Black with #D909BA

Text Example


Text Example

White with #D909BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D909BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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