Html Css Color HEX #DC15E1 Deep Magenta

📋 copy color: '#DC15E1'

red 220 ◦ green 21 ◦ blue 225

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

Shades of Deep Magenta #DC15E1

Tints of Deep Magenta #DC15E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 48.28%

R = 47.21%
G = 4.51%
B = 48.28%

CMYK

 C value IS 0.02

 M value IS 0.91

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC15E1 (or 0xDC15E1) is known color: Deep Magenta. HEX triplet: DC, 15 and E1. RGB value is (220,21,225). Sum of RGB (Red+Green+Blue) = 220+21+225=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 21 (8.59% from 255 or 4.51% from 466); Blue value is 225 (88.28% from 255 or 48.28% from 466); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC15E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15E1 is #23EA1E. Grayscale: #676767. Windows color (decimal): -2353695 or 14751196. OLE color: 14751196.

HSL color Cylindrical-coordinate representation of color #DC15E1: hue angle of 298.53º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC15E1 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 21 225 -
CMYK 0.02 0.91 0 0.12
HSL 298.53º 0.83% 0.48% -
HSV(B) 298.53º 0.91% 0.88% -
XYZ 43.37 21.19 73.04 -
YUV 103.76 196.43 210.91 -
System Red Green Blue C M Y K H S L
Decimal 220 21 225 0.02 0.91 0 0.12 298.53 0.83 0.48
Hex DC 15 E1 2 5B 0 C 12B 53 30
Octal 334 25 341 2 133 0 14 453 123 60
Binary 11011100 10101 11100001 10 1011011 0 1100 100101011 1010011 110000

Color Harmonies of #DC15E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15E1

Black with #DC15E1

Text Example


Text Example

White with #DC15E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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