Html Css Color HEX #D80394 Medium Violet Red

📋 copy color: '#D80394'

red 216 ◦ green 3 ◦ blue 148

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

Shades of Medium Violet Red #D80394

Tints of Medium Violet Red #D80394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

 BLUE value IS 148 (58.2% from 255) = 40.33%

R = 58.86%
G = 0.82%
B = 40.33%

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

#D80394 (or 0xD80394) is known color: Medium Violet Red. HEX triplet: D8, 03 and 94. RGB value is (216,3,148). Sum of RGB (Red+Green+Blue) = 216+3+148=367 (48% of max value = 765). Red value is 216 (84.77% from 255 or 58.86% from 367); Green value is 3 (1.56% from 255 or 0.82% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 216 - color contains mainly: red. Hex color #D80394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80394 is #27FC6B. Grayscale: #525252. Windows color (decimal): -2620524 or 9700312. OLE color: 9700312.

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

Color convert

RGB 216 3 148 -
CMYK 0 0.99 0.31 0.15
HSL 319.15º 0.97% 0.43% -
HSV(B) 319.15º 0.99% 0.85% -
XYZ 33.7 16.8 29.48 -
YUV 83.22 164.57 222.71 -
System Red Green Blue C M Y K H S L
Decimal 216 3 148 0 0.99 0.31 0.15 319.15 0.97 0.43
Hex D8 3 94 0 63 1F F 13F 61 2B
Octal 330 3 224 0 143 37 17 477 141 53
Binary 11011000 11 10010100 0 1100011 11111 1111 100111111 1100001 101011

Color Harmonies of #D80394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80394

Black with #D80394

Text Example


Text Example

White with #D80394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80394; }

 p { color: rgb(216,3,148); }

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

background-color css

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

 a { background-color: rgb(216,3,148); }

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

border-color css

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

 span { border-color: rgb(216,3,148); }

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