Html Css Color HEX #D80295 Medium Violet Red

📋 copy color: '#D80295'

red 216 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #D80295

Tints of Medium Violet Red #D80295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.6%

R = 58.86%
G = 0.54%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#D80295 (or 0xD80295) is known color: Medium Violet Red. HEX triplet: D8, 02 and 95. RGB value is (216,2,149). Sum of RGB (Red+Green+Blue) = 216+2+149=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 2 (1.17% from 255 or 0.54% from 367); Blue value is 149 (58.59% from 255 or 40.60% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D80295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80295 is #27FD6A. Grayscale: #525252. Windows color (decimal): -2620779 or 9765592. OLE color: 9765592.

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

Color convert

RGB 216 2 149 -
CMYK 0 0.99 0.31 0.15
HSL 318.79º 0.98% 0.43% -
HSV(B) 318.79º 0.99% 0.85% -
XYZ 33.77 16.81 29.9 -
YUV 82.74 165.4 223.05 -
System Red Green Blue C M Y K H S L
Decimal 216 2 149 0 0.99 0.31 0.15 318.79 0.98 0.43
Hex D8 2 95 0 63 1F F 13F 62 2B
Octal 330 2 225 0 143 37 17 477 142 53
Binary 11011000 10 10010101 0 1100011 11111 1111 100111111 1100010 101011

Color Harmonies of #D80295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80295

Black with #D80295

Text Example


Text Example

White with #D80295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80295; }

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

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

background-color css

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

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

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

border-color css

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

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

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