Html Css Color HEX #DF19D4 Deep Magenta

📋 copy color: '#DF19D4'

red 223 ◦ green 25 ◦ blue 212

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

Shades of Deep Magenta #DF19D4

Tints of Deep Magenta #DF19D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 46.09%

R = 48.48%
G = 5.43%
B = 46.09%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF19D4 (or 0xDF19D4) is known color: Deep Magenta. HEX triplet: DF, 19 and D4. RGB value is (223,25,212). Sum of RGB (Red+Green+Blue) = 223+25+212=460 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.48% from 460); Green value is 25 (10.16% from 255 or 5.43% from 460); Blue value is 212 (83.20% from 255 or 46.09% from 460); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19D4 is #20E62B. Grayscale: #686868. Windows color (decimal): -2156076 or 13900255. OLE color: 13900255.

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

Color convert

RGB 223 25 212 -
CMYK 0 0.89 0.05 0.13
HSL 303.33º 0.8% 0.49% -
HSV(B) 303.33º 0.89% 0.87% -
XYZ 42.66 21.14 64.12 -
YUV 105.52 188.1 211.79 -
System Red Green Blue C M Y K H S L
Decimal 223 25 212 0 0.89 0.05 0.13 303.33 0.8 0.49
Hex DF 19 D4 0 59 5 D 12F 50 31
Octal 337 31 324 0 131 5 15 457 120 61
Binary 11011111 11001 11010100 0 1011001 101 1101 100101111 1010000 110001

Color Harmonies of #DF19D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF19D4

Black with #DF19D4

Text Example


Text Example

White with #DF19D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF19D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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