Html Css Color HEX #DF19DB Deep Magenta

📋 copy color: '#DF19DB'

red 223 ◦ green 25 ◦ blue 219

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

Shades of Deep Magenta #DF19DB

Tints of Deep Magenta #DF19DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.9%

R = 47.75%
G = 5.35%
B = 46.9%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF19DB (or 0xDF19DB) is known color: Deep Magenta. HEX triplet: DF, 19 and DB. RGB value is (223,25,219). Sum of RGB (Red+Green+Blue) = 223+25+219=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 25 (10.16% from 255 or 5.35% from 467); Blue value is 219 (85.94% from 255 or 46.90% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19DB is #20E624. Grayscale: #696969. Windows color (decimal): -2156069 or 14359007. OLE color: 14359007.

HSL color Cylindrical-coordinate representation of color #DF19DB: hue angle of 301.21º 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 #DF19DB is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 25 219 -
CMYK 0 0.89 0.02 0.13
HSL 301.21º 0.8% 0.49% -
HSV(B) 301.21º 0.89% 0.87% -
XYZ 43.57 21.5 68.87 -
YUV 106.32 191.6 211.23 -
System Red Green Blue C M Y K H S L
Decimal 223 25 219 0 0.89 0.02 0.13 301.21 0.8 0.49
Hex DF 19 DB 0 59 2 D 12D 50 31
Octal 337 31 333 0 131 2 15 455 120 61
Binary 11011111 11001 11011011 0 1011001 10 1101 100101101 1010000 110001

Color Harmonies of #DF19DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF19DB

Black with #DF19DB

Text Example


Text Example

White with #DF19DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF19DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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