Html Css Color HEX #DC14C9 Deep Magenta

📋 copy color: '#DC14C9'

red 220 ◦ green 20 ◦ blue 201

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

Shades of Deep Magenta #DC14C9

Tints of Deep Magenta #DC14C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.58%

R = 49.89%
G = 4.54%
B = 45.58%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#DC14C9 (or 0xDC14C9) is known color: Deep Magenta. HEX triplet: DC, 14 and C9. RGB value is (220,20,201). Sum of RGB (Red+Green+Blue) = 220+20+201=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 20 (8.20% from 255 or 4.54% from 441); Blue value is 201 (78.91% from 255 or 45.58% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14C9 is #23EB36. Grayscale: #636363. Windows color (decimal): -2353975 or 13178076. OLE color: 13178076.

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

Color convert

RGB 220 20 201 -
CMYK 0 0.91 0.09 0.14
HSL 305.7º 0.83% 0.47% -
HSV(B) 305.7º 0.91% 0.86% -
XYZ 40.31 19.93 56.98 -
YUV 100.43 184.76 213.28 -
System Red Green Blue C M Y K H S L
Decimal 220 20 201 0 0.91 0.09 0.14 305.7 0.83 0.47
Hex DC 14 C9 0 5B 9 E 132 53 2F
Octal 334 24 311 0 133 11 16 462 123 57
Binary 11011100 10100 11001001 0 1011011 1001 1110 100110010 1010011 101111

Color Harmonies of #DC14C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14C9

Black with #DC14C9

Text Example


Text Example

White with #DC14C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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