Html Css Color HEX #D81988 Medium Violet Red

📋 copy color: '#D81988'

red 216 ◦ green 25 ◦ blue 136

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

Shades of Medium Violet Red #D81988

Tints of Medium Violet Red #D81988

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.63%

 BLUE value IS 136 (53.52% from 255) = 36.07%

R = 57.29%
G = 6.63%
B = 36.07%

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

#D81988 (or 0xD81988) is known color: Medium Violet Red. HEX triplet: D8, 19 and 88. RGB value is (216,25,136). Sum of RGB (Red+Green+Blue) = 216+25+136=377 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.29% from 377); Green value is 25 (10.16% from 255 or 6.63% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 216 - color contains mainly: red. Hex color #D81988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D81988 is #27E677. Grayscale: #5E5E5E. Windows color (decimal): -2614904 or 8919512. OLE color: 8919512.

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

Color convert

RGB 216 25 136 -
CMYK 0 0.88 0.37 0.15
HSL 325.13º 0.79% 0.47% -
HSV(B) 325.13º 0.88% 0.85% -
XYZ 33.11 17.07 24.84 -
YUV 94.76 151.28 214.47 -
System Red Green Blue C M Y K H S L
Decimal 216 25 136 0 0.88 0.37 0.15 325.13 0.79 0.47
Hex D8 19 88 0 58 25 F 145 4F 2F
Octal 330 31 210 0 130 45 17 505 117 57
Binary 11011000 11001 10001000 0 1011000 100101 1111 101000101 1001111 101111

Color Harmonies of #D81988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81988

Black with #D81988

Text Example


Text Example

White with #D81988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81988; }

 p { color: rgb(216,25,136); }

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

background-color css

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

 a { background-color: rgb(216,25,136); }

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

border-color css

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

 span { border-color: rgb(216,25,136); }

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