Html Css Color HEX #D919DD Deep Magenta

📋 copy color: '#D919DD'

red 217 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #D919DD

Tints of Deep Magenta #D919DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 47.73%

R = 46.87%
G = 5.4%
B = 47.73%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D919DD (or 0xD919DD) is known color: Deep Magenta. HEX triplet: D9, 19 and DD. RGB value is (217,25,221). Sum of RGB (Red+Green+Blue) = 217+25+221=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 25 (10.16% from 255 or 5.40% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #D919DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D919DD is #26E622. Grayscale: #686868. Windows color (decimal): -2549283 or 14490073. OLE color: 14490073.

HSL color Cylindrical-coordinate representation of color #D919DD: hue angle of 298.78º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D919DD is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 217 25 221 -
CMYK 0.02 0.89 0 0.13
HSL 298.78º 0.8% 0.48% -
HSV(B) 298.78º 0.89% 0.87% -
XYZ 42.01 20.67 70.18 -
YUV 104.75 193.61 208.06 -
System Red Green Blue C M Y K H S L
Decimal 217 25 221 0.02 0.89 0 0.13 298.78 0.8 0.48
Hex D9 19 DD 2 59 0 D 12B 50 30
Octal 331 31 335 2 131 0 15 453 120 60
Binary 11011001 11001 11011101 10 1011001 0 1101 100101011 1010000 110000

Color Harmonies of #D919DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919DD

Black with #D919DD

Text Example


Text Example

White with #D919DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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