Html Css Color HEX #D81495 Medium Violet Red

📋 copy color: '#D81495'

red 216 ◦ green 20 ◦ blue 149

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

Shades of Medium Violet Red #D81495

Tints of Medium Violet Red #D81495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 56.1%
G = 5.19%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D81495 (or 0xD81495) is known color: Medium Violet Red. HEX triplet: D8, 14 and 95. RGB value is (216,20,149). Sum of RGB (Red+Green+Blue) = 216+20+149=385 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.10% from 385); Green value is 20 (8.20% from 255 or 5.19% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 216 - color contains mainly: red. Hex color #D81495 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81495 is #27EB6A. Grayscale: #5C5C5C. Windows color (decimal): -2616171 or 9770200. OLE color: 9770200.

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

Color convert

RGB 216 20 149 -
CMYK 0 0.91 0.31 0.15
HSL 320.51º 0.83% 0.46% -
HSV(B) 320.51º 0.91% 0.85% -
XYZ 33.99 17.27 29.98 -
YUV 93.31 159.43 215.51 -
System Red Green Blue C M Y K H S L
Decimal 216 20 149 0 0.91 0.31 0.15 320.51 0.83 0.46
Hex D8 14 95 0 5B 1F F 141 53 2E
Octal 330 24 225 0 133 37 17 501 123 56
Binary 11011000 10100 10010101 0 1011011 11111 1111 101000001 1010011 101110

Color Harmonies of #D81495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81495

Black with #D81495

Text Example


Text Example

White with #D81495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81495; }

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

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

background-color css

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

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

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

border-color css

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

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

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