Html Css Color HEX #D81497 Medium Violet Red

📋 copy color: '#D81497'

red 216 ◦ green 20 ◦ blue 151

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

Shades of Medium Violet Red #D81497

Tints of Medium Violet Red #D81497

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.17%

 BLUE value IS 151 (59.38% from 255) = 39.02%

R = 55.81%
G = 5.17%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D81497 (or 0xD81497) is known color: Medium Violet Red. HEX triplet: D8, 14 and 97. RGB value is (216,20,151). Sum of RGB (Red+Green+Blue) = 216+20+151=387 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.81% from 387); Green value is 20 (8.20% from 255 or 5.17% from 387); Blue value is 151 (59.38% from 255 or 39.02% from 387); Max value from RGB is 216 - color contains mainly: red. Hex color #D81497 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81497 is #27EB68. Grayscale: #5D5D5D. Windows color (decimal): -2616169 or 9901272. OLE color: 9901272.

HSL color Cylindrical-coordinate representation of color #D81497: hue angle of 319.9º degrees, saturation: 0.83, 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 #D81497 is Cyan = 0, Magento = 0.91, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 20 151 -
CMYK 0 0.91 0.30 0.15
HSL 319.9º 0.83% 0.46% -
HSV(B) 319.9º 0.91% 0.85% -
XYZ 34.15 17.33 30.82 -
YUV 93.54 160.43 215.35 -
System Red Green Blue C M Y K H S L
Decimal 216 20 151 0 0.91 0.30 0.15 319.9 0.83 0.46
Hex D8 14 97 0 5B 1E F 140 53 2E
Octal 330 24 227 0 133 36 17 500 123 56
Binary 11011000 10100 10010111 0 1011011 11110 1111 101000000 1010011 101110

Color Harmonies of #D81497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81497

Black with #D81497

Text Example


Text Example

White with #D81497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81497; }

 p { color: rgb(216,20,151); }

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

background-color css

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

 a { background-color: rgb(216,20,151); }

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

border-color css

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

 span { border-color: rgb(216,20,151); }

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