Html Css Color HEX #DC15DC Deep Magenta

📋 copy color: '#DC15DC'

red 220 ◦ green 21 ◦ blue 220

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

Shades of Deep Magenta #DC15DC

Tints of Deep Magenta #DC15DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.72%

R = 47.72%
G = 4.56%
B = 47.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC15DC (or 0xDC15DC) is known color: Deep Magenta. HEX triplet: DC, 15 and DC. RGB value is (220,21,220). Sum of RGB (Red+Green+Blue) = 220+21+220=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 21 (8.59% from 255 or 4.56% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC15DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15DC is #23EA23. Grayscale: #666666. Windows color (decimal): -2353700 or 14423516. OLE color: 14423516.

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

Color convert

RGB 220 21 220 -
CMYK 0 0.90 0 0.14
HSL 300º 0.83% 0.47% -
HSV(B) 300º 0.9% 0.86% -
XYZ 42.7 20.92 69.5 -
YUV 103.19 193.93 211.32 -
System Red Green Blue C M Y K H S L
Decimal 220 21 220 0 0.90 0 0.14 300 0.83 0.47
Hex DC 15 DC 0 5A 0 E 12C 53 2F
Octal 334 25 334 0 132 0 16 454 123 57
Binary 11011100 10101 11011100 0 1011010 0 1110 100101100 1010011 101111

Color Harmonies of #DC15DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15DC

Black with #DC15DC

Text Example


Text Example

White with #DC15DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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