Html Css Color HEX #DC14D5 Deep Magenta

📋 copy color: '#DC14D5'

red 220 ◦ green 20 ◦ blue 213

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

Shades of Deep Magenta #DC14D5

Tints of Deep Magenta #DC14D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 47.02%

R = 48.57%
G = 4.42%
B = 47.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC14D5 (or 0xDC14D5) is known color: Deep Magenta. HEX triplet: DC, 14 and D5. RGB value is (220,20,213). Sum of RGB (Red+Green+Blue) = 220+20+213=453 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.57% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 213 (83.59% from 255 or 47.02% from 453); Max value from RGB is 220 - color contains mainly: red. Hex color #DC14D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14D5 is #23EB2A. Grayscale: #656565. Windows color (decimal): -2353963 or 13964508. OLE color: 13964508.

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

Color convert

RGB 220 20 213 -
CMYK 0 0.91 0.03 0.14
HSL 302.1º 0.83% 0.47% -
HSV(B) 302.1º 0.91% 0.86% -
XYZ 41.78 20.52 64.71 -
YUV 101.8 190.76 212.31 -
System Red Green Blue C M Y K H S L
Decimal 220 20 213 0 0.91 0.03 0.14 302.1 0.83 0.47
Hex DC 14 D5 0 5B 3 E 12E 53 2F
Octal 334 24 325 0 133 3 16 456 123 57
Binary 11011100 10100 11010101 0 1011011 11 1110 100101110 1010011 101111

Color Harmonies of #DC14D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14D5

Black with #DC14D5

Text Example


Text Example

White with #DC14D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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