Html Css Color HEX #D80C81 Medium Violet Red

📋 copy color: '#D80C81'

red 216 ◦ green 12 ◦ blue 129

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

Shades of Medium Violet Red #D80C81

Tints of Medium Violet Red #D80C81

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.36%

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

R = 60.5%
G = 3.36%
B = 36.13%

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

#D80C81 (or 0xD80C81) is known color: Medium Violet Red. HEX triplet: D8, 0C and 81. RGB value is (216,12,129). Sum of RGB (Red+Green+Blue) = 216+12+129=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 12 (5.08% from 255 or 3.36% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D80C81 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80C81 is #27F37E. Grayscale: #565656. Windows color (decimal): -2618239 or 8457432. OLE color: 8457432.

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

Color convert

RGB 216 12 129 -
CMYK 0 0.94 0.40 0.15
HSL 325.59º 0.89% 0.45% -
HSV(B) 325.59º 0.94% 0.85% -
XYZ 32.41 16.45 22.24 -
YUV 86.33 152.09 220.49 -
System Red Green Blue C M Y K H S L
Decimal 216 12 129 0 0.94 0.40 0.15 325.59 0.89 0.45
Hex D8 C 81 0 5E 28 F 146 59 2D
Octal 330 14 201 0 136 50 17 506 131 55
Binary 11011000 1100 10000001 0 1011110 101000 1111 101000110 1011001 101101

Color Harmonies of #D80C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80C81

Black with #D80C81

Text Example


Text Example

White with #D80C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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