Html Css Color HEX #D80B8B Medium Violet Red

📋 copy color: '#D80B8B'

red 216 ◦ green 11 ◦ blue 139

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

Shades of Medium Violet Red #D80B8B

Tints of Medium Violet Red #D80B8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.98%

R = 59.02%
G = 3.01%
B = 37.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D80B8B (or 0xD80B8B) is known color: Medium Violet Red. HEX triplet: D8, 0B and 8B. RGB value is (216,11,139). Sum of RGB (Red+Green+Blue) = 216+11+139=366 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.02% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B8B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80B8B is #27F474. Grayscale: #565656. Windows color (decimal): -2618485 or 9112536. OLE color: 9112536.

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

Color convert

RGB 216 11 139 -
CMYK 0 0.95 0.36 0.15
HSL 322.54º 0.9% 0.45% -
HSV(B) 322.54º 0.95% 0.85% -
XYZ 33.1 16.7 25.91 -
YUV 86.89 157.42 220.09 -
System Red Green Blue C M Y K H S L
Decimal 216 11 139 0 0.95 0.36 0.15 322.54 0.9 0.45
Hex D8 B 8B 0 5F 24 F 143 5A 2D
Octal 330 13 213 0 137 44 17 503 132 55
Binary 11011000 1011 10001011 0 1011111 100100 1111 101000011 1011010 101101

Color Harmonies of #D80B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B8B

Black with #D80B8B

Text Example


Text Example

White with #D80B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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