Html Css Color HEX #D817A0 Medium Violet Red

📋 copy color: '#D817A0'

red 216 ◦ green 23 ◦ blue 160

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

Shades of Medium Violet Red #D817A0

Tints of Medium Violet Red #D817A0

RGB

 RED value IS 216 (84.77% from 255) = 54.14%

 GREEN value IS 23 (9.38% from 255) = 5.76%

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

R = 54.14%
G = 5.76%
B = 40.1%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D817A0 (or 0xD817A0) is known color: Medium Violet Red. HEX triplet: D8, 17 and A0. RGB value is (216,23,160). Sum of RGB (Red+Green+Blue) = 216+23+160=399 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.14% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 216 - color contains mainly: red. Hex color #D817A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D817A0 is #27E85F. Grayscale: #5F5F5F. Windows color (decimal): -2615392 or 10491864. OLE color: 10491864.

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

Color convert

RGB 216 23 160 -
CMYK 0 0.89 0.26 0.15
HSL 317.41º 0.81% 0.47% -
HSV(B) 317.41º 0.89% 0.85% -
XYZ 34.97 17.75 34.84 -
YUV 96.33 163.94 213.36 -
System Red Green Blue C M Y K H S L
Decimal 216 23 160 0 0.89 0.26 0.15 317.41 0.81 0.47
Hex D8 17 A0 0 59 1A F 13D 51 2F
Octal 330 27 240 0 131 32 17 475 121 57
Binary 11011000 10111 10100000 0 1011001 11010 1111 100111101 1010001 101111

Color Harmonies of #D817A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D817A0

Black with #D817A0

Text Example


Text Example

White with #D817A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D817A0; }

 p { color: rgb(216,23,160); }

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

background-color css

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

 a { background-color: rgb(216,23,160); }

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

border-color css

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

 span { border-color: rgb(216,23,160); }

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