Html Css Color HEX #DC12BE Deep Magenta

📋 copy color: '#DC12BE'

red 220 ◦ green 18 ◦ blue 190

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

Shades of Deep Magenta #DC12BE

Tints of Deep Magenta #DC12BE

RGB

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

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

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

R = 51.4%
G = 4.21%
B = 44.39%

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

#DC12BE (or 0xDC12BE) is known color: Deep Magenta. HEX triplet: DC, 12 and BE. RGB value is (220,18,190). Sum of RGB (Red+Green+Blue) = 220+18+190=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 18 (7.42% from 255 or 4.21% from 428); Blue value is 190 (74.61% from 255 or 44.39% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC12BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC12BE is #23ED41. Grayscale: #616161. Windows color (decimal): -2354498 or 12456668. OLE color: 12456668.

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

Color convert

RGB 220 18 190 -
CMYK 0 0.92 0.14 0.14
HSL 308.91º 0.85% 0.47% -
HSV(B) 308.91º 0.92% 0.86% -
XYZ 39.03 19.37 50.4 -
YUV 98.01 179.92 215.01 -
System Red Green Blue C M Y K H S L
Decimal 220 18 190 0 0.92 0.14 0.14 308.91 0.85 0.47
Hex DC 12 BE 0 5C E E 135 55 2F
Octal 334 22 276 0 134 16 16 465 125 57
Binary 11011100 10010 10111110 0 1011100 1110 1110 100110101 1010101 101111

Color Harmonies of #DC12BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC12BE

Black with #DC12BE

Text Example


Text Example

White with #DC12BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC12BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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