Html Css Color HEX #DC09C2 Deep Magenta

📋 copy color: '#DC09C2'

red 220 ◦ green 9 ◦ blue 194

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

Shades of Deep Magenta #DC09C2

Tints of Deep Magenta #DC09C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 45.86%

R = 52.01%
G = 2.13%
B = 45.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.12

 K value IS 0.14

RGB Variations

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

Color information

#DC09C2 (or 0xDC09C2) is known color: Deep Magenta. HEX triplet: DC, 09 and C2. RGB value is (220,9,194). Sum of RGB (Red+Green+Blue) = 220+9+194=423 (56% of max value = 765). Red value is 220 (86.33% from 255 or 52.01% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09C2 is #23F63D. Grayscale: #5C5C5C. Windows color (decimal): -2356798 or 12716508. OLE color: 12716508.

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

Color convert

RGB 220 9 194 -
CMYK 0 0.96 0.12 0.14
HSL 307.39º 0.92% 0.45% -
HSV(B) 307.39º 0.96% 0.86% -
XYZ 39.35 19.31 52.69 -
YUV 93.18 184.9 218.46 -
System Red Green Blue C M Y K H S L
Decimal 220 9 194 0 0.96 0.12 0.14 307.39 0.92 0.45
Hex DC 9 C2 0 60 C E 133 5C 2D
Octal 334 11 302 0 140 14 16 463 134 55
Binary 11011100 1001 11000010 0 1100000 1100 1110 100110011 1011100 101101

Color Harmonies of #DC09C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC09C2

Black with #DC09C2

Text Example


Text Example

White with #DC09C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC09C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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