Html Css Color HEX #D219A9 Medium Violet Red

📋 copy color: '#D219A9'

red 210 ◦ green 25 ◦ blue 169

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

Shades of Medium Violet Red #D219A9

Tints of Medium Violet Red #D219A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.83%

R = 51.98%
G = 6.19%
B = 41.83%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D219A9 (or 0xD219A9) is known color: Medium Violet Red. HEX triplet: D2, 19 and A9. RGB value is (210,25,169). Sum of RGB (Red+Green+Blue) = 210+25+169=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 25 (10.16% from 255 or 6.19% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D219A9 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D219A9 is #2DE656. Grayscale: #606060. Windows color (decimal): -3008087 or 11082194. OLE color: 11082194.

HSL color Cylindrical-coordinate representation of color #D219A9: hue angle of 313.3º 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 #D219A9 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 25 169 -
CMYK 0 0.88 0.20 0.18
HSL 313.3º 0.79% 0.46% -
HSV(B) 313.3º 0.88% 0.82% -
XYZ 34.09 17.26 39.07 -
YUV 96.73 168.79 208.79 -
System Red Green Blue C M Y K H S L
Decimal 210 25 169 0 0.88 0.20 0.18 313.3 0.79 0.46
Hex D2 19 A9 0 58 14 12 139 4F 2E
Octal 322 31 251 0 130 24 22 471 117 56
Binary 11010010 11001 10101001 0 1011000 10100 10010 100111001 1001111 101110

Color Harmonies of #D219A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219A9

Black with #D219A9

Text Example


Text Example

White with #D219A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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