Html Css Color HEX #D50291 Medium Violet Red

📋 copy color: '#D50291'

red 213 ◦ green 2 ◦ blue 145

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

Shades of Medium Violet Red #D50291

Tints of Medium Violet Red #D50291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 40.28%

R = 59.17%
G = 0.56%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#D50291 (or 0xD50291) is known color: Medium Violet Red. HEX triplet: D5, 02 and 91. RGB value is (213,2,145). Sum of RGB (Red+Green+Blue) = 213+2+145=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 2 (1.17% from 255 or 0.56% from 360); Blue value is 145 (57.03% from 255 or 40.28% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D50291 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50291 is #2AFD6E. Grayscale: #515151. Windows color (decimal): -2817391 or 9503445. OLE color: 9503445.

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

Color convert

RGB 213 2 145 -
CMYK 0 0.99 0.32 0.16
HSL 319.34º 0.98% 0.42% -
HSV(B) 319.34º 0.99% 0.84% -
XYZ 32.57 16.23 28.2 -
YUV 81.39 163.9 221.87 -
System Red Green Blue C M Y K H S L
Decimal 213 2 145 0 0.99 0.32 0.16 319.34 0.98 0.42
Hex D5 2 91 0 63 20 10 13F 62 2A
Octal 325 2 221 0 143 40 20 477 142 52
Binary 11010101 10 10010001 0 1100011 100000 10000 100111111 1100010 101010

Color Harmonies of #D50291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50291

Black with #D50291

Text Example


Text Example

White with #D50291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50291; }

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

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

background-color css

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

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

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

border-color css

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

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

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