Html Css Color HEX #D919DF Deep Magenta

📋 copy color: '#D919DF'

red 217 ◦ green 25 ◦ blue 223

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

Shades of Deep Magenta #D919DF

Tints of Deep Magenta #D919DF

RGB

 RED value IS 217 (85.16% from 255) = 46.67%

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

 BLUE value IS 223 (87.5% from 255) = 47.96%

R = 46.67%
G = 5.38%
B = 47.96%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D919DF (or 0xD919DF) is known color: Deep Magenta. HEX triplet: D9, 19 and DF. RGB value is (217,25,223). Sum of RGB (Red+Green+Blue) = 217+25+223=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 25 (10.16% from 255 or 5.38% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #D919DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D919DF is #26E620. Grayscale: #686868. Windows color (decimal): -2549281 or 14621145. OLE color: 14621145.

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

Color convert

RGB 217 25 223 -
CMYK 0.03 0.89 0 0.13
HSL 298.18º 0.8% 0.49% -
HSV(B) 298.18º 0.89% 0.87% -
XYZ 42.28 20.77 71.59 -
YUV 104.98 194.61 207.9 -
System Red Green Blue C M Y K H S L
Decimal 217 25 223 0.03 0.89 0 0.13 298.18 0.8 0.49
Hex D9 19 DF 3 59 0 D 12A 50 31
Octal 331 31 337 3 131 0 15 452 120 61
Binary 11011001 11001 11011111 11 1011001 0 1101 100101010 1010000 110001

Color Harmonies of #D919DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919DF

Black with #D919DF

Text Example


Text Example

White with #D919DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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