Html Css Color HEX #D80276 Medium Violet Red

📋 copy color: '#D80276'

red 216 ◦ green 2 ◦ blue 118

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

Shades of Medium Violet Red #D80276

Tints of Medium Violet Red #D80276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.6%

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

R = 64.29%
G = 0.6%
B = 35.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#D80276 (or 0xD80276) is known color: Medium Violet Red. HEX triplet: D8, 02 and 76. RGB value is (216,2,118). Sum of RGB (Red+Green+Blue) = 216+2+118=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 118 (46.48% from 255 or 35.12% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D80276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80276 is #27FD89. Grayscale: #4E4E4E. Windows color (decimal): -2620810 or 7733976. OLE color: 7733976.

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

Color convert

RGB 216 2 118 -
CMYK 0 0.99 0.45 0.15
HSL 327.48º 0.98% 0.43% -
HSV(B) 327.48º 0.99% 0.85% -
XYZ 31.61 15.95 18.55 -
YUV 79.21 149.9 225.57 -
System Red Green Blue C M Y K H S L
Decimal 216 2 118 0 0.99 0.45 0.15 327.48 0.98 0.43
Hex D8 2 76 0 63 2D F 147 62 2B
Octal 330 2 166 0 143 55 17 507 142 53
Binary 11011000 10 1110110 0 1100011 101101 1111 101000111 1100010 101011

Color Harmonies of #D80276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80276

Black with #D80276

Text Example


Text Example

White with #D80276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80276; }

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

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

background-color css

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

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

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

border-color css

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

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

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