Html Css Color HEX #DC09BA Deep Magenta

📋 copy color: '#DC09BA'

red 220 ◦ green 9 ◦ blue 186

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

Shades of Deep Magenta #DC09BA

Tints of Deep Magenta #DC09BA

RGB

 RED value IS 220 (86.33% from 255) = 53.01%

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

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

R = 53.01%
G = 2.17%
B = 44.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#DC09BA (or 0xDC09BA) is known color: Deep Magenta. HEX triplet: DC, 09 and BA. RGB value is (220,9,186). Sum of RGB (Red+Green+Blue) = 220+9+186=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 9 (3.91% from 255 or 2.17% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09BA is #23F645. Grayscale: #5B5B5B. Windows color (decimal): -2356806 or 12192220. OLE color: 12192220.

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

Color convert

RGB 220 9 186 -
CMYK 0 0.96 0.15 0.14
HSL 309.67º 0.92% 0.45% -
HSV(B) 309.67º 0.96% 0.86% -
XYZ 38.48 18.96 48.09 -
YUV 92.27 180.9 219.11 -
System Red Green Blue C M Y K H S L
Decimal 220 9 186 0 0.96 0.15 0.14 309.67 0.92 0.45
Hex DC 9 BA 0 60 F E 136 5C 2D
Octal 334 11 272 0 140 17 16 466 134 55
Binary 11011100 1001 10111010 0 1100000 1111 1110 100110110 1011100 101101

Color Harmonies of #DC09BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09BA

Black with #DC09BA

Text Example


Text Example

White with #DC09BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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