Html Css Color HEX #DC15D6 Deep Magenta

📋 copy color: '#DC15D6'

red 220 ◦ green 21 ◦ blue 214

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

Shades of Deep Magenta #DC15D6

Tints of Deep Magenta #DC15D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.03%

R = 48.35%
G = 4.62%
B = 47.03%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC15D6 (or 0xDC15D6) is known color: Deep Magenta. HEX triplet: DC, 15 and D6. RGB value is (220,21,214). Sum of RGB (Red+Green+Blue) = 220+21+214=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 21 (8.59% from 255 or 4.62% from 455); Blue value is 214 (83.98% from 255 or 47.03% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15D6 is #23EA29. Grayscale: #656565. Windows color (decimal): -2353706 or 14030300. OLE color: 14030300.

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

Color convert

RGB 220 21 214 -
CMYK 0 0.90 0.03 0.14
HSL 301.81º 0.83% 0.47% -
HSV(B) 301.81º 0.9% 0.86% -
XYZ 41.92 20.61 65.39 -
YUV 102.5 190.93 211.81 -
System Red Green Blue C M Y K H S L
Decimal 220 21 214 0 0.90 0.03 0.14 301.81 0.83 0.47
Hex DC 15 D6 0 5A 3 E 12E 53 2F
Octal 334 25 326 0 132 3 16 456 123 57
Binary 11011100 10101 11010110 0 1011010 11 1110 100101110 1010011 101111

Color Harmonies of #DC15D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15D6

Black with #DC15D6

Text Example


Text Example

White with #DC15D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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