Html Css Color HEX #DC14C7 Deep Magenta

📋 copy color: '#DC14C7'

red 220 ◦ green 20 ◦ blue 199

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

Shades of Deep Magenta #DC14C7

Tints of Deep Magenta #DC14C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 45.33%

R = 50.11%
G = 4.56%
B = 45.33%

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

#DC14C7 (or 0xDC14C7) is known color: Deep Magenta. HEX triplet: DC, 14 and C7. RGB value is (220,20,199). Sum of RGB (Red+Green+Blue) = 220+20+199=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 20 (8.20% from 255 or 4.56% from 439); Blue value is 199 (78.12% from 255 or 45.33% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14C7 is #23EB38. Grayscale: #636363. Windows color (decimal): -2353977 or 13047004. OLE color: 13047004.

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

Color convert

RGB 220 20 199 -
CMYK 0 0.91 0.10 0.14
HSL 306.3º 0.83% 0.47% -
HSV(B) 306.3º 0.91% 0.86% -
XYZ 40.07 19.84 55.75 -
YUV 100.21 183.76 213.45 -
System Red Green Blue C M Y K H S L
Decimal 220 20 199 0 0.91 0.10 0.14 306.3 0.83 0.47
Hex DC 14 C7 0 5B A E 132 53 2F
Octal 334 24 307 0 133 12 16 462 123 57
Binary 11011100 10100 11000111 0 1011011 1010 1110 100110010 1010011 101111

Color Harmonies of #DC14C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14C7

Black with #DC14C7

Text Example


Text Example

White with #DC14C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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