Html Css Color HEX #D80B83 Medium Violet Red

📋 copy color: '#D80B83'

red 216 ◦ green 11 ◦ blue 131

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

Shades of Medium Violet Red #D80B83

Tints of Medium Violet Red #D80B83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.59%

R = 60.34%
G = 3.07%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.39

 K value IS 0.15

RGB Variations

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

Color information

#D80B83 (or 0xD80B83) is known color: Medium Violet Red. HEX triplet: D8, 0B and 83. RGB value is (216,11,131). Sum of RGB (Red+Green+Blue) = 216+11+131=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 11 (4.69% from 255 or 3.07% from 358); Blue value is 131 (51.56% from 255 or 36.59% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D80B83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80B83 is #27F47C. Grayscale: #555555. Windows color (decimal): -2618493 or 8588248. OLE color: 8588248.

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

Color convert

RGB 216 11 131 -
CMYK 0 0.95 0.39 0.15
HSL 324.88º 0.9% 0.45% -
HSV(B) 324.88º 0.95% 0.85% -
XYZ 32.54 16.48 22.94 -
YUV 85.98 153.42 220.74 -
System Red Green Blue C M Y K H S L
Decimal 216 11 131 0 0.95 0.39 0.15 324.88 0.9 0.45
Hex D8 B 83 0 5F 27 F 145 5A 2D
Octal 330 13 203 0 137 47 17 505 132 55
Binary 11011000 1011 10000011 0 1011111 100111 1111 101000101 1011010 101101

Color Harmonies of #D80B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80B83

Black with #D80B83

Text Example


Text Example

White with #D80B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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