Html Css Color HEX #D219A5 Medium Violet Red

📋 copy color: '#D219A5'

red 210 ◦ green 25 ◦ blue 165

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

Shades of Medium Violet Red #D219A5

Tints of Medium Violet Red #D219A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 41.25%

R = 52.5%
G = 6.25%
B = 41.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D219A5 (or 0xD219A5) is known color: Medium Violet Red. HEX triplet: D2, 19 and A5. RGB value is (210,25,165). Sum of RGB (Red+Green+Blue) = 210+25+165=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 25 (10.16% from 255 or 6.25% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D219A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D219A5 is #2DE65A. Grayscale: #5F5F5F. Windows color (decimal): -3008091 or 10820050. OLE color: 10820050.

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

Color convert

RGB 210 25 165 -
CMYK 0 0.88 0.21 0.18
HSL 314.59º 0.79% 0.46% -
HSV(B) 314.59º 0.88% 0.82% -
XYZ 33.72 17.11 37.12 -
YUV 96.28 166.79 209.12 -
System Red Green Blue C M Y K H S L
Decimal 210 25 165 0 0.88 0.21 0.18 314.59 0.79 0.46
Hex D2 19 A5 0 58 15 12 13B 4F 2E
Octal 322 31 245 0 130 25 22 473 117 56
Binary 11010010 11001 10100101 0 1011000 10101 10010 100111011 1001111 101110

Color Harmonies of #D219A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D219A5

Black with #D219A5

Text Example


Text Example

White with #D219A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D219A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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