Html Css Color HEX #DC09CB Deep Magenta

📋 copy color: '#DC09CB'

red 220 ◦ green 9 ◦ blue 203

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

Shades of Deep Magenta #DC09CB

Tints of Deep Magenta #DC09CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.99%

R = 50.93%
G = 2.08%
B = 46.99%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC09CB (or 0xDC09CB) is known color: Deep Magenta. HEX triplet: DC, 09 and CB. RGB value is (220,9,203). Sum of RGB (Red+Green+Blue) = 220+9+203=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 9 (3.91% from 255 or 2.08% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09CB is #23F634. Grayscale: #5D5D5D. Windows color (decimal): -2356789 or 13306332. OLE color: 13306332.

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

Color convert

RGB 220 9 203 -
CMYK 0 0.96 0.08 0.14
HSL 304.83º 0.92% 0.45% -
HSV(B) 304.83º 0.96% 0.86% -
XYZ 40.39 19.72 58.18 -
YUV 94.21 189.4 217.73 -
System Red Green Blue C M Y K H S L
Decimal 220 9 203 0 0.96 0.08 0.14 304.83 0.92 0.45
Hex DC 9 CB 0 60 8 E 131 5C 2D
Octal 334 11 313 0 140 10 16 461 134 55
Binary 11011100 1001 11001011 0 1100000 1000 1110 100110001 1011100 101101

Color Harmonies of #DC09CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09CB

Black with #DC09CB

Text Example


Text Example

White with #DC09CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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