Html Css Color HEX #D80277 Medium Violet Red

📋 copy color: '#D80277'

red 216 ◦ green 2 ◦ blue 119

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

Shades of Medium Violet Red #D80277

Tints of Medium Violet Red #D80277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35.31%

R = 64.09%
G = 0.59%
B = 35.31%

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

#D80277 (or 0xD80277) is known color: Medium Violet Red. HEX triplet: D8, 02 and 77. RGB value is (216,2,119). Sum of RGB (Red+Green+Blue) = 216+2+119=337 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.09% from 337); Green value is 2 (1.17% from 255 or 0.59% from 337); Blue value is 119 (46.88% from 255 or 35.31% from 337); Max value from RGB is 216 - color contains mainly: red. Hex color #D80277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D80277 is #27FD88. Grayscale: #4F4F4F. Windows color (decimal): -2620809 or 7799512. OLE color: 7799512.

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

Color convert

RGB 216 2 119 -
CMYK 0 0.99 0.45 0.15
HSL 327.2º 0.98% 0.43% -
HSV(B) 327.2º 0.99% 0.85% -
XYZ 31.67 15.97 18.87 -
YUV 79.32 150.4 225.49 -
System Red Green Blue C M Y K H S L
Decimal 216 2 119 0 0.99 0.45 0.15 327.2 0.98 0.43
Hex D8 2 77 0 63 2D F 147 62 2B
Octal 330 2 167 0 143 55 17 507 142 53
Binary 11011000 10 1110111 0 1100011 101101 1111 101000111 1100010 101011

Color Harmonies of #D80277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80277

Black with #D80277

Text Example


Text Example

White with #D80277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80277; }

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

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

background-color css

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

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

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

border-color css

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

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

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