Html Css Color HEX #DC15C8 Deep Magenta

📋 copy color: '#DC15C8'

red 220 ◦ green 21 ◦ blue 200

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

Shades of Deep Magenta #DC15C8

Tints of Deep Magenta #DC15C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.35%

R = 49.89%
G = 4.76%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC15C8 (or 0xDC15C8) is known color: Deep Magenta. HEX triplet: DC, 15 and C8. RGB value is (220,21,200). Sum of RGB (Red+Green+Blue) = 220+21+200=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 21 (8.59% from 255 or 4.76% from 441); Blue value is 200 (78.52% from 255 or 45.35% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15C8 is #23EA37. Grayscale: #646464. Windows color (decimal): -2353720 or 13112796. OLE color: 13112796.

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

Color convert

RGB 220 21 200 -
CMYK 0 0.90 0.09 0.14
HSL 306.03º 0.83% 0.47% -
HSV(B) 306.03º 0.9% 0.86% -
XYZ 40.21 19.92 56.37 -
YUV 100.91 183.93 212.95 -
System Red Green Blue C M Y K H S L
Decimal 220 21 200 0 0.90 0.09 0.14 306.03 0.83 0.47
Hex DC 15 C8 0 5A 9 E 132 53 2F
Octal 334 25 310 0 132 11 16 462 123 57
Binary 11011100 10101 11001000 0 1011010 1001 1110 100110010 1010011 101111

Color Harmonies of #DC15C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15C8

Black with #DC15C8

Text Example


Text Example

White with #DC15C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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