Html Css Color HEX #D81276 Medium Violet Red

📋 copy color: '#D81276'

red 216 ◦ green 18 ◦ blue 118

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

Shades of Medium Violet Red #D81276

Tints of Medium Violet Red #D81276

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.11%

 BLUE value IS 118 (46.48% from 255) = 33.52%

R = 61.36%
G = 5.11%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D81276 (or 0xD81276) is known color: Medium Violet Red. HEX triplet: D8, 12 and 76. RGB value is (216,18,118). Sum of RGB (Red+Green+Blue) = 216+18+118=352 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.36% from 352); Green value is 18 (7.42% from 255 or 5.11% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 216 - color contains mainly: red. Hex color #D81276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D81276 is #27ED89. Grayscale: #585858. Windows color (decimal): -2616714 or 7738072. OLE color: 7738072.

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

Color convert

RGB 216 18 118 -
CMYK 0 0.92 0.45 0.15
HSL 329.7º 0.85% 0.46% -
HSV(B) 329.7º 0.92% 0.85% -
XYZ 31.81 16.34 18.62 -
YUV 88.6 144.6 218.87 -
System Red Green Blue C M Y K H S L
Decimal 216 18 118 0 0.92 0.45 0.15 329.7 0.85 0.46
Hex D8 12 76 0 5C 2D F 14A 55 2E
Octal 330 22 166 0 134 55 17 512 125 56
Binary 11011000 10010 1110110 0 1011100 101101 1111 101001010 1010101 101110

Color Harmonies of #D81276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81276

Black with #D81276

Text Example


Text Example

White with #D81276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81276; }

 p { color: rgb(216,18,118); }

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

background-color css

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

 a { background-color: rgb(216,18,118); }

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

border-color css

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

 span { border-color: rgb(216,18,118); }

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