Html Css Color HEX #DC02DF Deep Magenta

📋 copy color: '#DC02DF'

red 220 ◦ green 2 ◦ blue 223

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

Shades of Deep Magenta #DC02DF

Tints of Deep Magenta #DC02DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.11%

R = 49.44%
G = 0.45%
B = 50.11%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC02DF (or 0xDC02DF) is known color: Deep Magenta. HEX triplet: DC, 02 and DF. RGB value is (220,2,223). Sum of RGB (Red+Green+Blue) = 220+2+223=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 2 (1.17% from 255 or 0.45% from 445); Blue value is 223 (87.5% from 255 or 50.11% from 445); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC02DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02DF is #23FD20. Grayscale: #5B5B5B. Windows color (decimal): -2358561 or 14615260. OLE color: 14615260.

HSL color Cylindrical-coordinate representation of color #DC02DF: hue angle of 299.19º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC02DF is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 2 223 -
CMYK 0.01 0.99 0 0.13
HSL 299.19º 0.98% 0.44% -
HSV(B) 299.19º 0.99% 0.87% -
XYZ 42.86 20.59 71.53 -
YUV 92.38 201.72 219.03 -
System Red Green Blue C M Y K H S L
Decimal 220 2 223 0.01 0.99 0 0.13 299.19 0.98 0.44
Hex DC 2 DF 1 63 0 D 12B 62 2C
Octal 334 2 337 1 143 0 15 453 142 54
Binary 11011100 10 11011111 1 1100011 0 1101 100101011 1100010 101100

Color Harmonies of #DC02DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02DF

Black with #DC02DF

Text Example


Text Example

White with #DC02DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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