Html Css Color HEX #DC03CE Deep Magenta

📋 copy color: '#DC03CE'

red 220 ◦ green 3 ◦ blue 206

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

Shades of Deep Magenta #DC03CE

Tints of Deep Magenta #DC03CE

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.7%

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

R = 51.28%
G = 0.7%
B = 48.02%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC03CE (or 0xDC03CE) is known color: Deep Magenta. HEX triplet: DC, 03 and CE. RGB value is (220,3,206). Sum of RGB (Red+Green+Blue) = 220+3+206=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 3 (1.56% from 255 or 0.70% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC03CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC03CE is #23FC31. Grayscale: #5A5A5A. Windows color (decimal): -2358322 or 13501404. OLE color: 13501404.

HSL color Cylindrical-coordinate representation of color #DC03CE: hue angle of 303.87º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC03CE is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 3 206 -
CMYK 0 0.99 0.06 0.14
HSL 303.87º 0.97% 0.44% -
HSV(B) 303.87º 0.99% 0.86% -
XYZ 40.69 19.74 60.06 -
YUV 91.03 192.89 219.99 -
System Red Green Blue C M Y K H S L
Decimal 220 3 206 0 0.99 0.06 0.14 303.87 0.97 0.44
Hex DC 3 CE 0 63 6 E 130 61 2C
Octal 334 3 316 0 143 6 16 460 141 54
Binary 11011100 11 11001110 0 1100011 110 1110 100110000 1100001 101100

Color Harmonies of #DC03CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC03CE

Black with #DC03CE

Text Example


Text Example

White with #DC03CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC03CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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