Html Css Color HEX #D50992 Medium Violet Red

📋 copy color: '#D50992'

red 213 ◦ green 9 ◦ blue 146

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

Shades of Medium Violet Red #D50992

Tints of Medium Violet Red #D50992

RGB

 RED value IS 213 (83.59% from 255) = 57.88%

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

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

R = 57.88%
G = 2.45%
B = 39.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D50992 (or 0xD50992) is known color: Medium Violet Red. HEX triplet: D5, 09 and 92. RGB value is (213,9,146). Sum of RGB (Red+Green+Blue) = 213+9+146=368 (48% of max value = 765). Red value is 213 (83.59% from 255 or 57.88% from 368); Green value is 9 (3.91% from 255 or 2.45% from 368); Blue value is 146 (57.42% from 255 or 39.67% from 368); Max value from RGB is 213 - color contains mainly: red. Hex color #D50992 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50992 is #2AF66D. Grayscale: #555555. Windows color (decimal): -2815598 or 9570773. OLE color: 9570773.

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

Color convert

RGB 213 9 146 -
CMYK 0 0.96 0.31 0.16
HSL 319.71º 0.92% 0.44% -
HSV(B) 319.71º 0.96% 0.84% -
XYZ 32.73 16.42 28.64 -
YUV 85.61 162.09 218.86 -
System Red Green Blue C M Y K H S L
Decimal 213 9 146 0 0.96 0.31 0.16 319.71 0.92 0.44
Hex D5 9 92 0 60 1F 10 140 5C 2C
Octal 325 11 222 0 140 37 20 500 134 54
Binary 11010101 1001 10010010 0 1100000 11111 10000 101000000 1011100 101100

Color Harmonies of #D50992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50992

Black with #D50992

Text Example


Text Example

White with #D50992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50992; }

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

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

background-color css

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

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

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

border-color css

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

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

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