Html Css Color HEX #DC15BE Deep Magenta

📋 copy color: '#DC15BE'

red 220 ◦ green 21 ◦ blue 190

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

Shades of Deep Magenta #DC15BE

Tints of Deep Magenta #DC15BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.08%

R = 51.04%
G = 4.87%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC15BE (or 0xDC15BE) is known color: Deep Magenta. HEX triplet: DC, 15 and BE. RGB value is (220,21,190). Sum of RGB (Red+Green+Blue) = 220+21+190=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 21 (8.59% from 255 or 4.87% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15BE is #23EA41. Grayscale: #636363. Windows color (decimal): -2353730 or 12457436. OLE color: 12457436.

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

Color convert

RGB 220 21 190 -
CMYK 0 0.90 0.14 0.14
HSL 309.05º 0.83% 0.47% -
HSV(B) 309.05º 0.9% 0.86% -
XYZ 39.08 19.47 50.41 -
YUV 99.77 178.93 213.76 -
System Red Green Blue C M Y K H S L
Decimal 220 21 190 0 0.90 0.14 0.14 309.05 0.83 0.47
Hex DC 15 BE 0 5A E E 135 53 2F
Octal 334 25 276 0 132 16 16 465 123 57
Binary 11011100 10101 10111110 0 1011010 1110 1110 100110101 1010011 101111

Color Harmonies of #DC15BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15BE

Black with #DC15BE

Text Example


Text Example

White with #DC15BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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