Html Css Color HEX #DF19CF Deep Magenta

📋 copy color: '#DF19CF'

red 223 ◦ green 25 ◦ blue 207

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

Shades of Deep Magenta #DF19CF

Tints of Deep Magenta #DF19CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 49.01%
G = 5.49%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF19CF (or 0xDF19CF) is known color: Deep Magenta. HEX triplet: DF, 19 and CF. RGB value is (223,25,207). Sum of RGB (Red+Green+Blue) = 223+25+207=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 25 (10.16% from 255 or 5.49% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19CF is #20E630. Grayscale: #686868. Windows color (decimal): -2156081 or 13572575. OLE color: 13572575.

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

Color convert

RGB 223 25 207 -
CMYK 0 0.89 0.07 0.13
HSL 304.85º 0.8% 0.49% -
HSV(B) 304.85º 0.89% 0.87% -
XYZ 42.04 20.89 60.85 -
YUV 104.95 185.6 212.2 -
System Red Green Blue C M Y K H S L
Decimal 223 25 207 0 0.89 0.07 0.13 304.85 0.8 0.49
Hex DF 19 CF 0 59 7 D 131 50 31
Octal 337 31 317 0 131 7 15 461 120 61
Binary 11011111 11001 11001111 0 1011001 111 1101 100110001 1010000 110001

Color Harmonies of #DF19CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF19CF

Black with #DF19CF

Text Example


Text Example

White with #DF19CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF19CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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