Html Css Color HEX #DC15BD Deep Magenta

📋 copy color: '#DC15BD'

red 220 ◦ green 21 ◦ blue 189

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

Shades of Deep Magenta #DC15BD

Tints of Deep Magenta #DC15BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.95%

R = 51.16%
G = 4.88%
B = 43.95%

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

#DC15BD (or 0xDC15BD) is known color: Deep Magenta. HEX triplet: DC, 15 and BD. RGB value is (220,21,189). Sum of RGB (Red+Green+Blue) = 220+21+189=430 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.16% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 220 - color contains mainly: red. Hex color #DC15BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC15BD is #23EA42. Grayscale: #636363. Windows color (decimal): -2353731 or 12391900. OLE color: 12391900.

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

Color convert

RGB 220 21 189 -
CMYK 0 0.90 0.14 0.14
HSL 309.35º 0.83% 0.47% -
HSV(B) 309.35º 0.9% 0.86% -
XYZ 38.97 19.43 49.84 -
YUV 99.65 178.43 213.84 -
System Red Green Blue C M Y K H S L
Decimal 220 21 189 0 0.90 0.14 0.14 309.35 0.83 0.47
Hex DC 15 BD 0 5A E E 135 53 2F
Octal 334 25 275 0 132 16 16 465 123 57
Binary 11011100 10101 10111101 0 1011010 1110 1110 100110101 1010011 101111

Color Harmonies of #DC15BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC15BD

Black with #DC15BD

Text Example


Text Example

White with #DC15BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC15BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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