Html Css Color HEX #D81D80 Medium Violet Red

📋 copy color: '#D81D80'

red 216 ◦ green 29 ◦ blue 128

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

Shades of Medium Violet Red #D81D80

Tints of Medium Violet Red #D81D80

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.77%

 BLUE value IS 128 (50.39% from 255) = 34.32%

R = 57.91%
G = 7.77%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#D81D80 (or 0xD81D80) is known color: Medium Violet Red. HEX triplet: D8, 1D and 80. RGB value is (216,29,128). Sum of RGB (Red+Green+Blue) = 216+29+128=373 (49% of max value = 765). Red value is 216 (84.77% from 255 or 57.91% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 216 - color contains mainly: red. Hex color #D81D80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D81D80 is #27E27F. Grayscale: #5F5F5F. Windows color (decimal): -2613888 or 8396248. OLE color: 8396248.

HSL color Cylindrical-coordinate representation of color #D81D80: hue angle of 328.24º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81D80 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 29 128 -
CMYK 0 0.87 0.41 0.15
HSL 328.24º 0.76% 0.48% -
HSV(B) 328.24º 0.87% 0.85% -
XYZ 32.65 17.04 21.99 -
YUV 96.2 145.95 213.45 -
System Red Green Blue C M Y K H S L
Decimal 216 29 128 0 0.87 0.41 0.15 328.24 0.76 0.48
Hex D8 1D 80 0 57 29 F 148 4C 30
Octal 330 35 200 0 127 51 17 510 114 60
Binary 11011000 11101 10000000 0 1010111 101001 1111 101001000 1001100 110000

Color Harmonies of #D81D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81D80

Black with #D81D80

Text Example


Text Example

White with #D81D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81D80; }

 p { color: rgb(216,29,128); }

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

background-color css

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

 a { background-color: rgb(216,29,128); }

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

border-color css

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

 span { border-color: rgb(216,29,128); }

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