Html Css Color HEX #DC15C0 Deep Magenta

📋 copy color: '#DC15C0'

red 220 ◦ green 21 ◦ blue 192

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

Shades of Deep Magenta #DC15C0

Tints of Deep Magenta #DC15C0

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.85%

 BLUE value IS 192 (75.39% from 255) = 44.34%

R = 50.81%
G = 4.85%
B = 44.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC15C0 (or 0xDC15C0) is known color: Deep Magenta. HEX triplet: DC, 15 and C0. RGB value is (220,21,192). Sum of RGB (Red+Green+Blue) = 220+21+192=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 192 (75.39% from 255 or 44.34% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15C0 is #23EA3F. Grayscale: #636363. Windows color (decimal): -2353728 or 12588508. OLE color: 12588508.

HSL color Cylindrical-coordinate representation of color #DC15C0: hue angle of 308.44º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC15C0 is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 21 192 -
CMYK 0 0.90 0.13 0.14
HSL 308.44º 0.83% 0.47% -
HSV(B) 308.44º 0.9% 0.86% -
XYZ 39.3 19.56 51.57 -
YUV 100 179.93 213.6 -
System Red Green Blue C M Y K H S L
Decimal 220 21 192 0 0.90 0.13 0.14 308.44 0.83 0.47
Hex DC 15 C0 0 5A D E 134 53 2F
Octal 334 25 300 0 132 15 16 464 123 57
Binary 11011100 10101 11000000 0 1011010 1101 1110 100110100 1010011 101111

Color Harmonies of #DC15C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15C0

Black with #DC15C0

Text Example


Text Example

White with #DC15C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15C0; }

 p { color: rgb(220,21,192); }

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

background-color css

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

 a { background-color: rgb(220,21,192); }

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

border-color css

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

 span { border-color: rgb(220,21,192); }

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