Html Css Color HEX #D219AA Medium Violet Red

📋 copy color: '#D219AA'

red 210 ◦ green 25 ◦ blue 170

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

Shades of Medium Violet Red #D219AA

Tints of Medium Violet Red #D219AA

RGB

 RED value IS 210 (82.42% from 255) = 51.85%

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

 BLUE value IS 170 (66.8% from 255) = 41.98%

R = 51.85%
G = 6.17%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#D219AA (or 0xD219AA) is known color: Medium Violet Red. HEX triplet: D2, 19 and AA. RGB value is (210,25,170). Sum of RGB (Red+Green+Blue) = 210+25+170=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D219AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D219AA is #2DE655. Grayscale: #606060. Windows color (decimal): -3008086 or 11147730. OLE color: 11147730.

HSL color Cylindrical-coordinate representation of color #D219AA: hue angle of 312.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D219AA is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 170 -
CMYK 0 0.88 0.19 0.18
HSL 312.97º 0.79% 0.46% -
HSV(B) 312.97º 0.88% 0.82% -
XYZ 34.18 17.3 39.57 -
YUV 96.85 169.29 208.71 -
System Red Green Blue C M Y K H S L
Decimal 210 25 170 0 0.88 0.19 0.18 312.97 0.79 0.46
Hex D2 19 AA 0 58 13 12 139 4F 2E
Octal 322 31 252 0 130 23 22 471 117 56
Binary 11010010 11001 10101010 0 1011000 10011 10010 100111001 1001111 101110

Color Harmonies of #D219AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219AA

Black with #D219AA

Text Example


Text Example

White with #D219AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219AA; }

 p { color: rgb(210,25,170); }

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

background-color css

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

 a { background-color: rgb(210,25,170); }

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

border-color css

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

 span { border-color: rgb(210,25,170); }

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