Html Css Color HEX #D80B9A Medium Violet Red

📋 copy color: '#D80B9A'

red 216 ◦ green 11 ◦ blue 154

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

Shades of Medium Violet Red #D80B9A

Tints of Medium Violet Red #D80B9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 40.42%

R = 56.69%
G = 2.89%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#D80B9A (or 0xD80B9A) is known color: Medium Violet Red. HEX triplet: D8, 0B and 9A. RGB value is (216,11,154). Sum of RGB (Red+Green+Blue) = 216+11+154=381 (50% of max value = 765). Red value is 216 (84.77% from 255 or 56.69% from 381); Green value is 11 (4.69% from 255 or 2.89% from 381); Blue value is 154 (60.55% from 255 or 40.42% from 381); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80B9A is #27F465. Grayscale: #585858. Windows color (decimal): -2618470 or 10095576. OLE color: 10095576.

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

Color convert

RGB 216 11 154 -
CMYK 0 0.95 0.29 0.15
HSL 318.15º 0.9% 0.45% -
HSV(B) 318.15º 0.95% 0.85% -
XYZ 34.27 17.17 32.08 -
YUV 88.6 164.92 218.87 -
System Red Green Blue C M Y K H S L
Decimal 216 11 154 0 0.95 0.29 0.15 318.15 0.9 0.45
Hex D8 B 9A 0 5F 1D F 13E 5A 2D
Octal 330 13 232 0 137 35 17 476 132 55
Binary 11011000 1011 10011010 0 1011111 11101 1111 100111110 1011010 101101

Color Harmonies of #D80B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B9A

Black with #D80B9A

Text Example


Text Example

White with #D80B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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