Html Css Color HEX #DC02CE Deep Magenta

📋 copy color: '#DC02CE'

red 220 ◦ green 2 ◦ blue 206

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

Shades of Deep Magenta #DC02CE

Tints of Deep Magenta #DC02CE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.47%

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

R = 51.4%
G = 0.47%
B = 48.13%

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

#DC02CE (or 0xDC02CE) is known color: Deep Magenta. HEX triplet: DC, 02 and CE. RGB value is (220,2,206). Sum of RGB (Red+Green+Blue) = 220+2+206=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 2 (1.17% from 255 or 0.47% from 428); Blue value is 206 (80.86% from 255 or 48.13% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02CE is #23FD31. Grayscale: #595959. Windows color (decimal): -2358578 or 13501148. OLE color: 13501148.

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

Color convert

RGB 220 2 206 -
CMYK 0 0.99 0.06 0.14
HSL 303.85º 0.98% 0.44% -
HSV(B) 303.85º 0.99% 0.86% -
XYZ 40.68 19.72 60.05 -
YUV 90.44 193.22 220.41 -
System Red Green Blue C M Y K H S L
Decimal 220 2 206 0 0.99 0.06 0.14 303.85 0.98 0.44
Hex DC 2 CE 0 63 6 E 130 62 2C
Octal 334 2 316 0 143 6 16 460 142 54
Binary 11011100 10 11001110 0 1100011 110 1110 100110000 1100010 101100

Color Harmonies of #DC02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02CE

Black with #DC02CE

Text Example


Text Example

White with #DC02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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