Html Css Color HEX #DC18C0 Deep Magenta

📋 copy color: '#DC18C0'

red 220 ◦ green 24 ◦ blue 192

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

Shades of Deep Magenta #DC18C0

Tints of Deep Magenta #DC18C0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.5%

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

R = 50.46%
G = 5.5%
B = 44.04%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC18C0 (or 0xDC18C0) is known color: Deep Magenta. HEX triplet: DC, 18 and C0. RGB value is (220,24,192). Sum of RGB (Red+Green+Blue) = 220+24+192=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 24 (9.77% from 255 or 5.50% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC18C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC18C0 is #23E73F. Grayscale: #656565. Windows color (decimal): -2352960 or 12589276. OLE color: 12589276.

HSL color Cylindrical-coordinate representation of color #DC18C0: hue angle of 308.57º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DC18C0 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 24 192 -
CMYK 0 0.89 0.13 0.14
HSL 308.57º 0.8% 0.48% -
HSV(B) 308.57º 0.89% 0.86% -
XYZ 39.36 19.67 51.59 -
YUV 101.76 178.93 212.34 -
System Red Green Blue C M Y K H S L
Decimal 220 24 192 0 0.89 0.13 0.14 308.57 0.8 0.48
Hex DC 18 C0 0 59 D E 135 50 30
Octal 334 30 300 0 131 15 16 465 120 60
Binary 11011100 11000 11000000 0 1011001 1101 1110 100110101 1010000 110000

Color Harmonies of #DC18C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC18C0

Black with #DC18C0

Text Example


Text Example

White with #DC18C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC18C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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