Html Css Color HEX #DC02CF Deep Magenta

📋 copy color: '#DC02CF'

red 220 ◦ green 2 ◦ blue 207

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

Shades of Deep Magenta #DC02CF

Tints of Deep Magenta #DC02CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.25%

R = 51.28%
G = 0.47%
B = 48.25%

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

#DC02CF (or 0xDC02CF) is known color: Deep Magenta. HEX triplet: DC, 02 and CF. RGB value is (220,2,207). Sum of RGB (Red+Green+Blue) = 220+2+207=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 2 (1.17% from 255 or 0.47% from 429); Blue value is 207 (81.25% from 255 or 48.25% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC02CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC02CF is #23FD30. Grayscale: #595959. Windows color (decimal): -2358577 or 13566684. OLE color: 13566684.

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

Color convert

RGB 220 2 207 -
CMYK 0 0.99 0.06 0.14
HSL 303.58º 0.98% 0.44% -
HSV(B) 303.58º 0.99% 0.86% -
XYZ 40.8 19.76 60.7 -
YUV 90.55 193.72 220.33 -
System Red Green Blue C M Y K H S L
Decimal 220 2 207 0 0.99 0.06 0.14 303.58 0.98 0.44
Hex DC 2 CF 0 63 6 E 130 62 2C
Octal 334 2 317 0 143 6 16 460 142 54
Binary 11011100 10 11001111 0 1100011 110 1110 100110000 1100010 101100

Color Harmonies of #DC02CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC02CF

Black with #DC02CF

Text Example


Text Example

White with #DC02CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC02CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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