Html Css Color HEX #D80B98 Medium Violet Red

📋 copy color: '#D80B98'

red 216 ◦ green 11 ◦ blue 152

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

Shades of Medium Violet Red #D80B98

Tints of Medium Violet Red #D80B98

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.9%

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

R = 56.99%
G = 2.9%
B = 40.11%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#D80B98 (or 0xD80B98) is known color: Medium Violet Red. HEX triplet: D8, 0B and 98. RGB value is (216,11,152). Sum of RGB (Red+Green+Blue) = 216+11+152=379 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.99% from 379); Green value is 11 (4.69% from 255 or 2.90% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B98 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80B98 is #27F467. Grayscale: #585858. Windows color (decimal): -2618472 or 9964504. OLE color: 9964504.

HSL color Cylindrical-coordinate representation of color #D80B98: hue angle of 318.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80B98 is Cyan = 0, Magento = 0.95, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 11 152 -
CMYK 0 0.95 0.30 0.15
HSL 318.73º 0.9% 0.45% -
HSV(B) 318.73º 0.95% 0.85% -
XYZ 34.11 17.11 31.21 -
YUV 88.37 163.92 219.04 -
System Red Green Blue C M Y K H S L
Decimal 216 11 152 0 0.95 0.30 0.15 318.73 0.9 0.45
Hex D8 B 98 0 5F 1E F 13F 5A 2D
Octal 330 13 230 0 137 36 17 477 132 55
Binary 11011000 1011 10011000 0 1011111 11110 1111 100111111 1011010 101101

Color Harmonies of #D80B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B98

Black with #D80B98

Text Example


Text Example

White with #D80B98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B98; }

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

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

background-color css

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

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

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

border-color css

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

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

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