Html Css Color HEX #D919A4 Medium Violet Red

📋 copy color: '#D919A4'

red 217 ◦ green 25 ◦ blue 164

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

Shades of Medium Violet Red #D919A4

Tints of Medium Violet Red #D919A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 40.39%

R = 53.45%
G = 6.16%
B = 40.39%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D919A4 (or 0xD919A4) is known color: Medium Violet Red. HEX triplet: D9, 19 and A4. RGB value is (217,25,164). Sum of RGB (Red+Green+Blue) = 217+25+164=406 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.45% from 406); Green value is 25 (10.16% from 255 or 6.16% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 217 - color contains mainly: red. Hex color #D919A4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D919A4 is #26E65B. Grayscale: #616161. Windows color (decimal): -2549340 or 10754521. OLE color: 10754521.

HSL color Cylindrical-coordinate representation of color #D919A4: hue angle of 316.56º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D919A4 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 25 164 -
CMYK 0 0.88 0.24 0.15
HSL 316.56º 0.79% 0.47% -
HSV(B) 316.56º 0.88% 0.85% -
XYZ 35.66 18.13 36.74 -
YUV 98.25 165.11 212.7 -
System Red Green Blue C M Y K H S L
Decimal 217 25 164 0 0.88 0.24 0.15 316.56 0.79 0.47
Hex D9 19 A4 0 58 18 F 13D 4F 2F
Octal 331 31 244 0 130 30 17 475 117 57
Binary 11011001 11001 10100100 0 1011000 11000 1111 100111101 1001111 101111

Color Harmonies of #D919A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D919A4

Black with #D919A4

Text Example


Text Example

White with #D919A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D919A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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