Html Css Color HEX #D80992 Medium Violet Red

📋 copy color: '#D80992'

red 216 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #D80992

Tints of Medium Violet Red #D80992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 39.35%

R = 58.22%
G = 2.43%
B = 39.35%

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

#D80992 (or 0xD80992) is known color: Medium Violet Red. HEX triplet: D8, 09 and 92. RGB value is (216,9,146). Sum of RGB (Red+Green+Blue) = 216+9+146=371 (49% of max value = 765). Red value is 216 (84.77% from 255 or 58.22% from 371); Green value is 9 (3.91% from 255 or 2.43% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 216 - color contains mainly: red. Hex color #D80992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D80992 is #27F66D. Grayscale: #565656. Windows color (decimal): -2618990 or 9570776. OLE color: 9570776.

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

Color convert

RGB 216 9 146 -
CMYK 0 0.96 0.32 0.15
HSL 320.29º 0.92% 0.44% -
HSV(B) 320.29º 0.96% 0.85% -
XYZ 33.6 16.87 28.68 -
YUV 86.51 161.58 220.36 -
System Red Green Blue C M Y K H S L
Decimal 216 9 146 0 0.96 0.32 0.15 320.29 0.92 0.44
Hex D8 9 92 0 60 20 F 140 5C 2C
Octal 330 11 222 0 140 40 17 500 134 54
Binary 11011000 1001 10010010 0 1100000 100000 1111 101000000 1011100 101100

Color Harmonies of #D80992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80992

Black with #D80992

Text Example


Text Example

White with #D80992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80992; }

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

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

background-color css

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

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

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

border-color css

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

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

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