Html Css Color HEX #DC12BD Deep Magenta

📋 copy color: '#DC12BD'

red 220 ◦ green 18 ◦ blue 189

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

Shades of Deep Magenta #DC12BD

Tints of Deep Magenta #DC12BD

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.22%

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

R = 51.52%
G = 4.22%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.14

RGB Variations

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

Color information

#DC12BD (or 0xDC12BD) is known color: Deep Magenta. HEX triplet: DC, 12 and BD. RGB value is (220,18,189). Sum of RGB (Red+Green+Blue) = 220+18+189=427 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.52% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12BD is #23ED42. Grayscale: #616161. Windows color (decimal): -2354499 or 12391132. OLE color: 12391132.

HSL color Cylindrical-coordinate representation of color #DC12BD: hue angle of 309.21º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC12BD is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 18 189 -
CMYK 0 0.92 0.14 0.14
HSL 309.21º 0.85% 0.47% -
HSV(B) 309.21º 0.92% 0.86% -
XYZ 38.92 19.32 49.82 -
YUV 97.89 179.42 215.1 -
System Red Green Blue C M Y K H S L
Decimal 220 18 189 0 0.92 0.14 0.14 309.21 0.85 0.47
Hex DC 12 BD 0 5C E E 135 55 2F
Octal 334 22 275 0 134 16 16 465 125 57
Binary 11011100 10010 10111101 0 1011100 1110 1110 100110101 1010101 101111

Color Harmonies of #DC12BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC12BD

Black with #DC12BD

Text Example


Text Example

White with #DC12BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC12BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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