Html Css Color HEX #D80D81 Medium Violet Red

📋 copy color: '#D80D81'

red 216 ◦ green 13 ◦ blue 129

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

Shades of Medium Violet Red #D80D81

Tints of Medium Violet Red #D80D81

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.63%

 BLUE value IS 129 (50.78% from 255) = 36.03%

R = 60.34%
G = 3.63%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#D80D81 (or 0xD80D81) is known color: Medium Violet Red. HEX triplet: D8, 0D and 81. RGB value is (216,13,129). Sum of RGB (Red+Green+Blue) = 216+13+129=358 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.34% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 216 - color contains mainly: red. Hex color #D80D81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80D81 is #27F27E. Grayscale: #565656. Windows color (decimal): -2617983 or 8457688. OLE color: 8457688.

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

Color convert

RGB 216 13 129 -
CMYK 0 0.94 0.40 0.15
HSL 325.71º 0.89% 0.45% -
HSV(B) 325.71º 0.94% 0.85% -
XYZ 32.43 16.47 22.24 -
YUV 86.92 151.75 220.07 -
System Red Green Blue C M Y K H S L
Decimal 216 13 129 0 0.94 0.40 0.15 325.71 0.89 0.45
Hex D8 D 81 0 5E 28 F 146 59 2D
Octal 330 15 201 0 136 50 17 506 131 55
Binary 11011000 1101 10000001 0 1011110 101000 1111 101000110 1011001 101101

Color Harmonies of #D80D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80D81

Black with #D80D81

Text Example


Text Example

White with #D80D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80D81; }

 p { color: rgb(216,13,129); }

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

background-color css

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

 a { background-color: rgb(216,13,129); }

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

border-color css

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

 span { border-color: rgb(216,13,129); }

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