Html Css Color HEX #D81A87 Medium Violet Red

📋 copy color: '#D81A87'

red 216 ◦ green 26 ◦ blue 135

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

Shades of Medium Violet Red #D81A87

Tints of Medium Violet Red #D81A87

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.9%

 BLUE value IS 135 (53.13% from 255) = 35.81%

R = 57.29%
G = 6.9%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#D81A87 (or 0xD81A87) is known color: Medium Violet Red. HEX triplet: D8, 1A and 87. RGB value is (216,26,135). Sum of RGB (Red+Green+Blue) = 216+26+135=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D81A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81A87 is #27E578. Grayscale: #5E5E5E. Windows color (decimal): -2614649 or 8854232. OLE color: 8854232.

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

Color convert

RGB 216 26 135 -
CMYK 0 0.88 0.38 0.15
HSL 325.58º 0.79% 0.47% -
HSV(B) 325.58º 0.88% 0.85% -
XYZ 33.06 17.09 24.48 -
YUV 95.24 150.45 214.14 -
System Red Green Blue C M Y K H S L
Decimal 216 26 135 0 0.88 0.38 0.15 325.58 0.79 0.47
Hex D8 1A 87 0 58 26 F 146 4F 2F
Octal 330 32 207 0 130 46 17 506 117 57
Binary 11011000 11010 10000111 0 1011000 100110 1111 101000110 1001111 101111

Color Harmonies of #D81A87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81A87

Black with #D81A87

Text Example


Text Example

White with #D81A87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81A87; }

 p { color: rgb(216,26,135); }

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

background-color css

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

 a { background-color: rgb(216,26,135); }

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

border-color css

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

 span { border-color: rgb(216,26,135); }

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