Html Css Color HEX #DC15D7 Deep Magenta

📋 copy color: '#DC15D7'

red 220 ◦ green 21 ◦ blue 215

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

Shades of Deep Magenta #DC15D7

Tints of Deep Magenta #DC15D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.15%

R = 48.25%
G = 4.61%
B = 47.15%

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

#DC15D7 (or 0xDC15D7) is known color: Deep Magenta. HEX triplet: DC, 15 and D7. RGB value is (220,21,215). Sum of RGB (Red+Green+Blue) = 220+21+215=456 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.25% from 456); Green value is 21 (8.59% from 255 or 4.61% from 456); Blue value is 215 (84.38% from 255 or 47.15% from 456); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15D7 is #23EA28. Grayscale: #666666. Windows color (decimal): -2353705 or 14095836. OLE color: 14095836.

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

Color convert

RGB 220 21 215 -
CMYK 0 0.90 0.02 0.14
HSL 301.51º 0.83% 0.47% -
HSV(B) 301.51º 0.9% 0.86% -
XYZ 42.05 20.66 66.06 -
YUV 102.62 191.43 211.73 -
System Red Green Blue C M Y K H S L
Decimal 220 21 215 0 0.90 0.02 0.14 301.51 0.83 0.47
Hex DC 15 D7 0 5A 2 E 12E 53 2F
Octal 334 25 327 0 132 2 16 456 123 57
Binary 11011100 10101 11010111 0 1011010 10 1110 100101110 1010011 101111

Color Harmonies of #DC15D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15D7

Black with #DC15D7

Text Example


Text Example

White with #DC15D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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