Html Css Color HEX #D80293 Medium Violet Red

📋 copy color: '#D80293'

red 216 ◦ green 2 ◦ blue 147

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

Shades of Medium Violet Red #D80293

Tints of Medium Violet Red #D80293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 40.27%

R = 59.18%
G = 0.55%
B = 40.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D80293 (or 0xD80293) is known color: Medium Violet Red. HEX triplet: D8, 02 and 93. RGB value is (216,2,147). Sum of RGB (Red+Green+Blue) = 216+2+147=365 (48% of max value = 765). Red value is 216 (84.77% from 255 or 59.18% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 147 (57.81% from 255 or 40.27% from 365); Max value from RGB is 216 - color contains mainly: red. Hex color #D80293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80293 is #27FD6C. Grayscale: #525252. Windows color (decimal): -2620781 or 9634520. OLE color: 9634520.

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

Color convert

RGB 216 2 147 -
CMYK 0 0.99 0.32 0.15
HSL 319.35º 0.98% 0.43% -
HSV(B) 319.35º 0.99% 0.85% -
XYZ 33.61 16.75 29.07 -
YUV 82.52 164.4 223.21 -
System Red Green Blue C M Y K H S L
Decimal 216 2 147 0 0.99 0.32 0.15 319.35 0.98 0.43
Hex D8 2 93 0 63 20 F 13F 62 2B
Octal 330 2 223 0 143 40 17 477 142 53
Binary 11011000 10 10010011 0 1100011 100000 1111 100111111 1100010 101011

Color Harmonies of #D80293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80293

Black with #D80293

Text Example


Text Example

White with #D80293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80293; }

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

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

background-color css

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

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

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

border-color css

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

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

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