Html Css Color HEX #D81B89 Medium Violet Red

📋 copy color: '#D81B89'

red 216 ◦ green 27 ◦ blue 137

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

Shades of Medium Violet Red #D81B89

Tints of Medium Violet Red #D81B89

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.11%

 BLUE value IS 137 (53.91% from 255) = 36.05%

R = 56.84%
G = 7.11%
B = 36.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#D81B89 (or 0xD81B89) is known color: Medium Violet Red. HEX triplet: D8, 1B and 89. RGB value is (216,27,137). Sum of RGB (Red+Green+Blue) = 216+27+137=380 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.84% from 380); Green value is 27 (10.94% from 255 or 7.11% from 380); Blue value is 137 (53.91% from 255 or 36.05% from 380); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81B89 is #27E476. Grayscale: #5F5F5F. Windows color (decimal): -2614391 or 8985560. OLE color: 8985560.

HSL color Cylindrical-coordinate representation of color #D81B89: hue angle of 325.08º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81B89 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 27 137 -
CMYK 0 0.88 0.37 0.15
HSL 325.08º 0.78% 0.48% -
HSV(B) 325.08º 0.88% 0.85% -
XYZ 33.23 17.19 25.23 -
YUV 96.05 151.12 213.56 -
System Red Green Blue C M Y K H S L
Decimal 216 27 137 0 0.88 0.37 0.15 325.08 0.78 0.48
Hex D8 1B 89 0 58 25 F 145 4E 30
Octal 330 33 211 0 130 45 17 505 116 60
Binary 11011000 11011 10001001 0 1011000 100101 1111 101000101 1001110 110000

Color Harmonies of #D81B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B89

Black with #D81B89

Text Example


Text Example

White with #D81B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B89; }

 p { color: rgb(216,27,137); }

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

background-color css

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

 a { background-color: rgb(216,27,137); }

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

border-color css

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

 span { border-color: rgb(216,27,137); }

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