Html Css Color HEX #DC14BF Deep Magenta

📋 copy color: '#DC14BF'

red 220 ◦ green 20 ◦ blue 191

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

Shades of Deep Magenta #DC14BF

Tints of Deep Magenta #DC14BF

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.64%

 BLUE value IS 191 (75% from 255) = 44.32%

R = 51.04%
G = 4.64%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.13

 K value IS 0.14

RGB Variations

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

Color information

#DC14BF (or 0xDC14BF) is known color: Deep Magenta. HEX triplet: DC, 14 and BF. RGB value is (220,20,191). Sum of RGB (Red+Green+Blue) = 220+20+191=431 (57% of max value = 765). Red value is 220 (86.33% from 255 or 51.04% from 431); Green value is 20 (8.20% from 255 or 4.64% from 431); Blue value is 191 (75% from 255 or 44.32% from 431); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14BF is #23EB40. Grayscale: #626262. Windows color (decimal): -2353985 or 12522716. OLE color: 12522716.

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

Color convert

RGB 220 20 191 -
CMYK 0 0.91 0.13 0.14
HSL 308.7º 0.83% 0.47% -
HSV(B) 308.7º 0.91% 0.86% -
XYZ 39.17 19.48 50.99 -
YUV 99.29 179.76 214.1 -
System Red Green Blue C M Y K H S L
Decimal 220 20 191 0 0.91 0.13 0.14 308.7 0.83 0.47
Hex DC 14 BF 0 5B D E 135 53 2F
Octal 334 24 277 0 133 15 16 465 123 57
Binary 11011100 10100 10111111 0 1011011 1101 1110 100110101 1010011 101111

Color Harmonies of #DC14BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14BF

Black with #DC14BF

Text Example


Text Example

White with #DC14BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14BF; }

 p { color: rgb(220,20,191); }

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

background-color css

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

 a { background-color: rgb(220,20,191); }

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

border-color css

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

 span { border-color: rgb(220,20,191); }

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