Html Css Color HEX #D80993 Medium Violet Red

📋 copy color: '#D80993'

red 216 ◦ green 9 ◦ blue 147

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

Shades of Medium Violet Red #D80993

Tints of Medium Violet Red #D80993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.42%

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

R = 58.06%
G = 2.42%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#D80993 (or 0xD80993) is known color: Medium Violet Red. HEX triplet: D8, 09 and 93. RGB value is (216,9,147). Sum of RGB (Red+Green+Blue) = 216+9+147=372 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.06% from 372); Green value is 9 (3.91% from 255 or 2.42% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 216 - color contains mainly: red. Hex color #D80993 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80993 is #27F66C. Grayscale: #565656. Windows color (decimal): -2618989 or 9636312. OLE color: 9636312.

HSL color Cylindrical-coordinate representation of color #D80993: hue angle of 320º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D80993 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 9 147 -
CMYK 0 0.96 0.32 0.15
HSL 320º 0.92% 0.44% -
HSV(B) 320º 0.96% 0.85% -
XYZ 33.68 16.9 29.09 -
YUV 86.63 162.08 220.28 -
System Red Green Blue C M Y K H S L
Decimal 216 9 147 0 0.96 0.32 0.15 320 0.92 0.44
Hex D8 9 93 0 60 20 F 140 5C 2C
Octal 330 11 223 0 140 40 17 500 134 54
Binary 11011000 1001 10010011 0 1100000 100000 1111 101000000 1011100 101100

Color Harmonies of #D80993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80993

Black with #D80993

Text Example


Text Example

White with #D80993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80993; }

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

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

background-color css

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

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

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

border-color css

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

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

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