Html Css Color HEX #DC09CE Deep Magenta

📋 copy color: '#DC09CE'

red 220 ◦ green 9 ◦ blue 206

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

Shades of Deep Magenta #DC09CE

Tints of Deep Magenta #DC09CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 47.36%

R = 50.57%
G = 2.07%
B = 47.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC09CE (or 0xDC09CE) is known color: Deep Magenta. HEX triplet: DC, 09 and CE. RGB value is (220,9,206). Sum of RGB (Red+Green+Blue) = 220+9+206=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09CE is #23F631. Grayscale: #5D5D5D. Windows color (decimal): -2356786 or 13502940. OLE color: 13502940.

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

Color convert

RGB 220 9 206 -
CMYK 0 0.96 0.06 0.14
HSL 303.98º 0.92% 0.45% -
HSV(B) 303.98º 0.96% 0.86% -
XYZ 40.75 19.87 60.08 -
YUV 94.55 190.9 217.48 -
System Red Green Blue C M Y K H S L
Decimal 220 9 206 0 0.96 0.06 0.14 303.98 0.92 0.45
Hex DC 9 CE 0 60 6 E 130 5C 2D
Octal 334 11 316 0 140 6 16 460 134 55
Binary 11011100 1001 11001110 0 1100000 110 1110 100110000 1011100 101101

Color Harmonies of #DC09CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09CE

Black with #DC09CE

Text Example


Text Example

White with #DC09CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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