Html Css Color HEX #D50292 Medium Violet Red

📋 copy color: '#D50292'

red 213 ◦ green 2 ◦ blue 146

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

Shades of Medium Violet Red #D50292

Tints of Medium Violet Red #D50292

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.55%

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

R = 59%
G = 0.55%
B = 40.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#D50292 (or 0xD50292) is known color: Medium Violet Red. HEX triplet: D5, 02 and 92. RGB value is (213,2,146). Sum of RGB (Red+Green+Blue) = 213+2+146=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 146 (57.42% from 255 or 40.44% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D50292 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50292 is #2AFD6D. Grayscale: #515151. Windows color (decimal): -2817390 or 9568981. OLE color: 9568981.

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

Color convert

RGB 213 2 146 -
CMYK 0 0.99 0.31 0.16
HSL 319.05º 0.98% 0.42% -
HSV(B) 319.05º 0.99% 0.84% -
XYZ 32.65 16.26 28.61 -
YUV 81.51 164.4 221.79 -
System Red Green Blue C M Y K H S L
Decimal 213 2 146 0 0.99 0.31 0.16 319.05 0.98 0.42
Hex D5 2 92 0 63 1F 10 13F 62 2A
Octal 325 2 222 0 143 37 20 477 142 52
Binary 11010101 10 10010010 0 1100011 11111 10000 100111111 1100010 101010

Color Harmonies of #D50292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50292

Black with #D50292

Text Example


Text Example

White with #D50292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50292; }

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

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

background-color css

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

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

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

border-color css

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

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

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