Html Css Color HEX #DC09B6 Deep Magenta

📋 copy color: '#DC09B6'

red 220 ◦ green 9 ◦ blue 182

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

Shades of Deep Magenta #DC09B6

Tints of Deep Magenta #DC09B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 44.28%

R = 53.53%
G = 2.19%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.17

 K value IS 0.14

RGB Variations

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

Color information

#DC09B6 (or 0xDC09B6) is known color: Deep Magenta. HEX triplet: DC, 09 and B6. RGB value is (220,9,182). Sum of RGB (Red+Green+Blue) = 220+9+182=411 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.53% from 411); Green value is 9 (3.91% from 255 or 2.19% from 411); Blue value is 182 (71.48% from 255 or 44.28% from 411); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09B6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09B6 is #23F649. Grayscale: #5B5B5B. Windows color (decimal): -2356810 or 11930076. OLE color: 11930076.

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

Color convert

RGB 220 9 182 -
CMYK 0 0.96 0.17 0.14
HSL 310.81º 0.92% 0.45% -
HSV(B) 310.81º 0.96% 0.86% -
XYZ 38.06 18.79 45.88 -
YUV 91.81 178.9 219.43 -
System Red Green Blue C M Y K H S L
Decimal 220 9 182 0 0.96 0.17 0.14 310.81 0.92 0.45
Hex DC 9 B6 0 60 11 E 137 5C 2D
Octal 334 11 266 0 140 21 16 467 134 55
Binary 11011100 1001 10110110 0 1100000 10001 1110 100110111 1011100 101101

Color Harmonies of #DC09B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09B6

Black with #DC09B6

Text Example


Text Example

White with #DC09B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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