Html Css Color HEX #DD09BA Deep Magenta

📋 copy color: '#DD09BA'

red 221 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #DD09BA

Tints of Deep Magenta #DD09BA

RGB

 RED value IS 221 (86.72% from 255) = 53.13%

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

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

R = 53.13%
G = 2.16%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#DD09BA (or 0xDD09BA) is known color: Deep Magenta. HEX triplet: DD, 09 and BA. RGB value is (221,9,186). Sum of RGB (Red+Green+Blue) = 221+9+186=416 (55% of max value = 765). Red value is 221 (86.72% from 255 or 53.12% from 416); Green value is 9 (3.91% from 255 or 2.16% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 221 - color contains mainly: red. Hex color #DD09BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DD09BA is #22F645. Grayscale: #5C5C5C. Windows color (decimal): -2291270 or 12192221. OLE color: 12192221.

HSL color Cylindrical-coordinate representation of color #DD09BA: hue angle of 309.91º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD09BA is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 9 186 -
CMYK 0 0.96 0.16 0.13
HSL 309.91º 0.92% 0.45% -
HSV(B) 309.91º 0.96% 0.87% -
XYZ 38.78 19.11 48.1 -
YUV 92.57 180.74 219.61 -
System Red Green Blue C M Y K H S L
Decimal 221 9 186 0 0.96 0.16 0.13 309.91 0.92 0.45
Hex DD 9 BA 0 60 10 D 136 5C 2D
Octal 335 11 272 0 140 20 15 466 134 55
Binary 11011101 1001 10111010 0 1100000 10000 1101 100110110 1011100 101101

Color Harmonies of #DD09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD09BA

Black with #DD09BA

Text Example


Text Example

White with #DD09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD09BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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