Html Css Color HEX #DC15D8 Deep Magenta

📋 copy color: '#DC15D8'

red 220 ◦ green 21 ◦ blue 216

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

Shades of Deep Magenta #DC15D8

Tints of Deep Magenta #DC15D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.26%

R = 48.14%
G = 4.6%
B = 47.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#DC15D8 (or 0xDC15D8) is known color: Deep Magenta. HEX triplet: DC, 15 and D8. RGB value is (220,21,216). Sum of RGB (Red+Green+Blue) = 220+21+216=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 21 (8.59% from 255 or 4.60% from 457); Blue value is 216 (84.77% from 255 or 47.26% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15D8 is #23EA27. Grayscale: #666666. Windows color (decimal): -2353704 or 14161372. OLE color: 14161372.

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

Color convert

RGB 220 21 216 -
CMYK 0 0.90 0.02 0.14
HSL 301.21º 0.83% 0.47% -
HSV(B) 301.21º 0.9% 0.86% -
XYZ 42.18 20.71 66.74 -
YUV 102.73 191.93 211.64 -
System Red Green Blue C M Y K H S L
Decimal 220 21 216 0 0.90 0.02 0.14 301.21 0.83 0.47
Hex DC 15 D8 0 5A 2 E 12D 53 2F
Octal 334 25 330 0 132 2 16 455 123 57
Binary 11011100 10101 11011000 0 1011010 10 1110 100101101 1010011 101111

Color Harmonies of #DC15D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15D8

Black with #DC15D8

Text Example


Text Example

White with #DC15D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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