Html Css Color HEX #DC15CE Deep Magenta

📋 copy color: '#DC15CE'

red 220 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #DC15CE

Tints of Deep Magenta #DC15CE

RGB

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

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

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

R = 49.22%
G = 4.7%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DC15CE (or 0xDC15CE) is known color: Deep Magenta. HEX triplet: DC, 15 and CE. RGB value is (220,21,206). Sum of RGB (Red+Green+Blue) = 220+21+206=447 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.22% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 206 (80.86% from 255 or 46.09% from 447); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15CE is #23EA31. Grayscale: #656565. Windows color (decimal): -2353714 or 13506012. OLE color: 13506012.

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

Color convert

RGB 220 21 206 -
CMYK 0 0.90 0.06 0.14
HSL 304.22º 0.83% 0.47% -
HSV(B) 304.22º 0.9% 0.86% -
XYZ 40.92 20.21 60.14 -
YUV 101.59 186.93 212.46 -
System Red Green Blue C M Y K H S L
Decimal 220 21 206 0 0.90 0.06 0.14 304.22 0.83 0.47
Hex DC 15 CE 0 5A 6 E 130 53 2F
Octal 334 25 316 0 132 6 16 460 123 57
Binary 11011100 10101 11001110 0 1011010 110 1110 100110000 1010011 101111

Color Harmonies of #DC15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15CE

Black with #DC15CE

Text Example


Text Example

White with #DC15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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