Html Css Color HEX #DF19CE Deep Magenta

📋 copy color: '#DF19CE'

red 223 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #DF19CE

Tints of Deep Magenta #DF19CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 49.12%
G = 5.51%
B = 45.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF19CE (or 0xDF19CE) is known color: Deep Magenta. HEX triplet: DF, 19 and CE. RGB value is (223,25,206). Sum of RGB (Red+Green+Blue) = 223+25+206=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19CE is #20E631. Grayscale: #686868. Windows color (decimal): -2156082 or 13507039. OLE color: 13507039.

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

Color convert

RGB 223 25 206 -
CMYK 0 0.89 0.08 0.13
HSL 305.15º 0.8% 0.49% -
HSV(B) 305.15º 0.89% 0.87% -
XYZ 41.92 20.84 60.21 -
YUV 104.84 185.1 212.28 -
System Red Green Blue C M Y K H S L
Decimal 223 25 206 0 0.89 0.08 0.13 305.15 0.8 0.49
Hex DF 19 CE 0 59 8 D 131 50 31
Octal 337 31 316 0 131 10 15 461 120 61
Binary 11011111 11001 11001110 0 1011001 1000 1101 100110001 1010000 110001

Color Harmonies of #DF19CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF19CE

Black with #DF19CE

Text Example


Text Example

White with #DF19CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF19CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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