Html Css Color HEX #DF19DC Deep Magenta

📋 copy color: '#DF19DC'

red 223 ◦ green 25 ◦ blue 220

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

Shades of Deep Magenta #DF19DC

Tints of Deep Magenta #DF19DC

RGB

 RED value IS 223 (87.5% from 255) = 47.65%

 GREEN value IS 25 (10.16% from 255) = 5.34%

 BLUE value IS 220 (86.33% from 255) = 47.01%

R = 47.65%
G = 5.34%
B = 47.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DF19DC (or 0xDF19DC) is known color: Deep Magenta. HEX triplet: DF, 19 and DC. RGB value is (223,25,220). Sum of RGB (Red+Green+Blue) = 223+25+220=468 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.65% from 468); Green value is 25 (10.16% from 255 or 5.34% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19DC is #20E623. Grayscale: #696969. Windows color (decimal): -2156068 or 14424543. OLE color: 14424543.

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

Color convert

RGB 223 25 220 -
CMYK 0 0.89 0.01 0.13
HSL 300.91º 0.8% 0.49% -
HSV(B) 300.91º 0.89% 0.87% -
XYZ 43.7 21.55 69.57 -
YUV 106.43 192.1 211.14 -
System Red Green Blue C M Y K H S L
Decimal 223 25 220 0 0.89 0.01 0.13 300.91 0.8 0.49
Hex DF 19 DC 0 59 1 D 12D 50 31
Octal 337 31 334 0 131 1 15 455 120 61
Binary 11011111 11001 11011100 0 1011001 1 1101 100101101 1010000 110001

Color Harmonies of #DF19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF19DC

Black with #DF19DC

Text Example


Text Example

White with #DF19DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF19DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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