Html Css Color HEX #D913A0 Medium Violet Red

📋 copy color: '#D913A0'

red 217 ◦ green 19 ◦ blue 160

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

Shades of Medium Violet Red #D913A0

Tints of Medium Violet Red #D913A0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.8%

 BLUE value IS 160 (62.89% from 255) = 40.4%

R = 54.8%
G = 4.8%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D913A0 (or 0xD913A0) is known color: Medium Violet Red. HEX triplet: D9, 13 and A0. RGB value is (217,19,160). Sum of RGB (Red+Green+Blue) = 217+19+160=396 (52% of max value = 765). Red value is 217 (85.16% from 255 or 54.80% from 396); Green value is 19 (7.81% from 255 or 4.80% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 217 - color contains mainly: red. Hex color #D913A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D913A0 is #26EC5F. Grayscale: #5D5D5D. Windows color (decimal): -2550880 or 10490841. OLE color: 10490841.

HSL color Cylindrical-coordinate representation of color #D913A0: hue angle of 317.27º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D913A0 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 19 160 -
CMYK 0 0.91 0.26 0.15
HSL 317.27º 0.84% 0.46% -
HSV(B) 317.27º 0.91% 0.85% -
XYZ 35.19 17.76 34.83 -
YUV 94.28 165.1 215.54 -
System Red Green Blue C M Y K H S L
Decimal 217 19 160 0 0.91 0.26 0.15 317.27 0.84 0.46
Hex D9 13 A0 0 5B 1A F 13D 54 2E
Octal 331 23 240 0 133 32 17 475 124 56
Binary 11011001 10011 10100000 0 1011011 11010 1111 100111101 1010100 101110

Color Harmonies of #D913A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D913A0

Black with #D913A0

Text Example


Text Example

White with #D913A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D913A0; }

 p { color: rgb(217,19,160); }

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

background-color css

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

 a { background-color: rgb(217,19,160); }

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

border-color css

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

 span { border-color: rgb(217,19,160); }

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