Html Css Color HEX #D80B93 Medium Violet Red

📋 copy color: '#D80B93'

red 216 ◦ green 11 ◦ blue 147

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

Shades of Medium Violet Red #D80B93

Tints of Medium Violet Red #D80B93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 39.3%

R = 57.75%
G = 2.94%
B = 39.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D80B93 (or 0xD80B93) is known color: Medium Violet Red. HEX triplet: D8, 0B and 93. RGB value is (216,11,147). Sum of RGB (Red+Green+Blue) = 216+11+147=374 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.75% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 147 (57.81% from 255 or 39.30% from 374); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B93 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80B93 is #27F46C. Grayscale: #575757. Windows color (decimal): -2618477 or 9636824. OLE color: 9636824.

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

Color convert

RGB 216 11 147 -
CMYK 0 0.95 0.32 0.15
HSL 320.2º 0.9% 0.45% -
HSV(B) 320.2º 0.95% 0.85% -
XYZ 33.71 16.94 29.1 -
YUV 87.8 161.42 219.44 -
System Red Green Blue C M Y K H S L
Decimal 216 11 147 0 0.95 0.32 0.15 320.2 0.9 0.45
Hex D8 B 93 0 5F 20 F 140 5A 2D
Octal 330 13 223 0 137 40 17 500 132 55
Binary 11011000 1011 10010011 0 1011111 100000 1111 101000000 1011010 101101

Color Harmonies of #D80B93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B93

Black with #D80B93

Text Example


Text Example

White with #D80B93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B93; }

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

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

background-color css

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

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

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

border-color css

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

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

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