Html Css Color HEX #DC15C3 Deep Magenta

📋 copy color: '#DC15C3'

red 220 ◦ green 21 ◦ blue 195

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

Shades of Deep Magenta #DC15C3

Tints of Deep Magenta #DC15C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 44.72%

R = 50.46%
G = 4.82%
B = 44.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.11

 K value IS 0.14

RGB Variations

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

Color information

#DC15C3 (or 0xDC15C3) is known color: Deep Magenta. HEX triplet: DC, 15 and C3. RGB value is (220,21,195). Sum of RGB (Red+Green+Blue) = 220+21+195=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 21 (8.59% from 255 or 4.82% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15C3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15C3 is #23EA3C. Grayscale: #636363. Windows color (decimal): -2353725 or 12785116. OLE color: 12785116.

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

Color convert

RGB 220 21 195 -
CMYK 0 0.90 0.11 0.14
HSL 307.54º 0.83% 0.47% -
HSV(B) 307.54º 0.9% 0.86% -
XYZ 39.63 19.69 53.34 -
YUV 100.34 181.43 213.35 -
System Red Green Blue C M Y K H S L
Decimal 220 21 195 0 0.90 0.11 0.14 307.54 0.83 0.47
Hex DC 15 C3 0 5A B E 134 53 2F
Octal 334 25 303 0 132 13 16 464 123 57
Binary 11011100 10101 11000011 0 1011010 1011 1110 100110100 1010011 101111

Color Harmonies of #DC15C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15C3

Black with #DC15C3

Text Example


Text Example

White with #DC15C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15C3; }

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

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

background-color css

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

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

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

border-color css

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

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

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