Html Css Color HEX #D50492 Medium Violet Red

📋 copy color: '#D50492'

red 213 ◦ green 4 ◦ blue 146

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

Shades of Medium Violet Red #D50492

Tints of Medium Violet Red #D50492

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.1%

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

R = 58.68%
G = 1.1%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D50492 (or 0xD50492) is known color: Medium Violet Red. HEX triplet: D5, 04 and 92. RGB value is (213,4,146). Sum of RGB (Red+Green+Blue) = 213+4+146=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 4 (1.95% from 255 or 1.10% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D50492 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50492 is #2AFB6D. Grayscale: #525252. Windows color (decimal): -2816878 or 9569493. OLE color: 9569493.

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

Color convert

RGB 213 4 146 -
CMYK 0 0.98 0.31 0.16
HSL 319.23º 0.96% 0.43% -
HSV(B) 319.23º 0.98% 0.84% -
XYZ 32.67 16.31 28.62 -
YUV 82.68 163.74 220.95 -
System Red Green Blue C M Y K H S L
Decimal 213 4 146 0 0.98 0.31 0.16 319.23 0.96 0.43
Hex D5 4 92 0 62 1F 10 13F 60 2B
Octal 325 4 222 0 142 37 20 477 140 53
Binary 11010101 100 10010010 0 1100010 11111 10000 100111111 1100000 101011

Color Harmonies of #D50492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50492

Black with #D50492

Text Example


Text Example

White with #D50492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50492; }

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

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

background-color css

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

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

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

border-color css

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

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

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