Html Css Color HEX #DC14DF Deep Magenta

📋 copy color: '#DC14DF'

red 220 ◦ green 20 ◦ blue 223

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

Shades of Deep Magenta #DC14DF

Tints of Deep Magenta #DC14DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 48.16%

R = 47.52%
G = 4.32%
B = 48.16%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC14DF (or 0xDC14DF) is known color: Deep Magenta. HEX triplet: DC, 14 and DF. RGB value is (220,20,223). Sum of RGB (Red+Green+Blue) = 220+20+223=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 20 (8.20% from 255 or 4.32% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC14DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC14DF is #23EB20. Grayscale: #666666. Windows color (decimal): -2353953 or 14619868. OLE color: 14619868.

HSL color Cylindrical-coordinate representation of color #DC14DF: hue angle of 299.11º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC14DF is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 20 223 -
CMYK 0.01 0.91 0 0.13
HSL 299.11º 0.84% 0.48% -
HSV(B) 299.11º 0.91% 0.87% -
XYZ 43.08 21.04 71.6 -
YUV 102.94 195.76 211.49 -
System Red Green Blue C M Y K H S L
Decimal 220 20 223 0.01 0.91 0 0.13 299.11 0.84 0.48
Hex DC 14 DF 1 5B 0 D 12B 54 30
Octal 334 24 337 1 133 0 15 453 124 60
Binary 11011100 10100 11011111 1 1011011 0 1101 100101011 1010100 110000

Color Harmonies of #DC14DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC14DF

Black with #DC14DF

Text Example


Text Example

White with #DC14DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC14DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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