Html Css Color HEX #D81B98 Medium Violet Red

📋 copy color: '#D81B98'

red 216 ◦ green 27 ◦ blue 152

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

Shades of Medium Violet Red #D81B98

Tints of Medium Violet Red #D81B98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.48%

R = 54.68%
G = 6.84%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D81B98 (or 0xD81B98) is known color: Medium Violet Red. HEX triplet: D8, 1B and 98. RGB value is (216,27,152). Sum of RGB (Red+Green+Blue) = 216+27+152=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 152 (59.77% from 255 or 38.48% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D81B98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81B98 is #27E467. Grayscale: #616161. Windows color (decimal): -2614376 or 9968600. OLE color: 9968600.

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

Color convert

RGB 216 27 152 -
CMYK 0 0.88 0.30 0.15
HSL 320.32º 0.78% 0.48% -
HSV(B) 320.32º 0.88% 0.85% -
XYZ 34.38 17.65 31.3 -
YUV 97.76 158.62 212.34 -
System Red Green Blue C M Y K H S L
Decimal 216 27 152 0 0.88 0.30 0.15 320.32 0.78 0.48
Hex D8 1B 98 0 58 1E F 140 4E 30
Octal 330 33 230 0 130 36 17 500 116 60
Binary 11011000 11011 10011000 0 1011000 11110 1111 101000000 1001110 110000

Color Harmonies of #D81B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81B98

Black with #D81B98

Text Example


Text Example

White with #D81B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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