Html Css Color HEX #D819DD Deep Magenta

📋 copy color: '#D819DD'

red 216 ◦ green 25 ◦ blue 221

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

Shades of Deep Magenta #D819DD

Tints of Deep Magenta #D819DD

RGB

 RED value IS 216 (84.77% from 255) = 46.75%

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

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

R = 46.75%
G = 5.41%
B = 47.84%

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

#D819DD (or 0xD819DD) is known color: Deep Magenta. HEX triplet: D8, 19 and DD. RGB value is (216,25,221). Sum of RGB (Red+Green+Blue) = 216+25+221=462 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.75% from 462); Green value is 25 (10.16% from 255 or 5.41% from 462); Blue value is 221 (86.72% from 255 or 47.84% from 462); Max value from RGB is 221 - color contains mainly: blue. Hex color #D819DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D819DD is #27E622. Grayscale: #676767. Windows color (decimal): -2614819 or 14490072. OLE color: 14490072.

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

Color convert

RGB 216 25 221 -
CMYK 0.02 0.89 0 0.13
HSL 298.47º 0.8% 0.48% -
HSV(B) 298.47º 0.89% 0.87% -
XYZ 41.72 20.51 70.17 -
YUV 104.45 193.78 207.56 -
System Red Green Blue C M Y K H S L
Decimal 216 25 221 0.02 0.89 0 0.13 298.47 0.8 0.48
Hex D8 19 DD 2 59 0 D 12A 50 30
Octal 330 31 335 2 131 0 15 452 120 60
Binary 11011000 11001 11011101 10 1011001 0 1101 100101010 1010000 110000

Color Harmonies of #D819DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D819DD

Black with #D819DD

Text Example


Text Example

White with #D819DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D819DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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