Html Css Color HEX #DC14C5 Deep Magenta

📋 copy color: '#DC14C5'

red 220 ◦ green 20 ◦ blue 197

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

Shades of Deep Magenta #DC14C5

Tints of Deep Magenta #DC14C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 45.08%

R = 50.34%
G = 4.58%
B = 45.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#DC14C5 (or 0xDC14C5) is known color: Deep Magenta. HEX triplet: DC, 14 and C5. RGB value is (220,20,197). Sum of RGB (Red+Green+Blue) = 220+20+197=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 20 (8.20% from 255 or 4.58% from 437); Blue value is 197 (77.34% from 255 or 45.08% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14C5 is #23EB3A. Grayscale: #636363. Windows color (decimal): -2353979 or 12915932. OLE color: 12915932.

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

Color convert

RGB 220 20 197 -
CMYK 0 0.91 0.10 0.14
HSL 306.9º 0.83% 0.47% -
HSV(B) 306.9º 0.91% 0.86% -
XYZ 39.84 19.75 54.53 -
YUV 99.98 182.76 213.61 -
System Red Green Blue C M Y K H S L
Decimal 220 20 197 0 0.91 0.10 0.14 306.9 0.83 0.47
Hex DC 14 C5 0 5B A E 133 53 2F
Octal 334 24 305 0 133 12 16 463 123 57
Binary 11011100 10100 11000101 0 1011011 1010 1110 100110011 1010011 101111

Color Harmonies of #DC14C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14C5

Black with #DC14C5

Text Example


Text Example

White with #DC14C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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