Html Css Color HEX #DF19CD Deep Magenta

📋 copy color: '#DF19CD'

red 223 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #DF19CD

Tints of Deep Magenta #DF19CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 49.23%
G = 5.52%
B = 45.25%

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

#DF19CD (or 0xDF19CD) is known color: Deep Magenta. HEX triplet: DF, 19 and CD. RGB value is (223,25,205). Sum of RGB (Red+Green+Blue) = 223+25+205=453 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.23% from 453); Green value is 25 (10.16% from 255 or 5.52% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 223 - color contains mainly: red. Hex color #DF19CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DF19CD is #20E632. Grayscale: #686868. Windows color (decimal): -2156083 or 13441503. OLE color: 13441503.

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

Color convert

RGB 223 25 205 -
CMYK 0 0.89 0.08 0.13
HSL 305.45º 0.8% 0.49% -
HSV(B) 305.45º 0.89% 0.87% -
XYZ 41.8 20.79 59.57 -
YUV 104.72 184.6 212.36 -
System Red Green Blue C M Y K H S L
Decimal 223 25 205 0 0.89 0.08 0.13 305.45 0.8 0.49
Hex DF 19 CD 0 59 8 D 131 50 31
Octal 337 31 315 0 131 10 15 461 120 61
Binary 11011111 11001 11001101 0 1011001 1000 1101 100110001 1010000 110001

Color Harmonies of #DF19CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF19CD

Black with #DF19CD

Text Example


Text Example

White with #DF19CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF19CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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