Html Css Color HEX #D50295 Medium Violet Red

📋 copy color: '#D50295'

red 213 ◦ green 2 ◦ blue 149

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

Shades of Medium Violet Red #D50295

Tints of Medium Violet Red #D50295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 40.93%

R = 58.52%
G = 0.55%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#D50295 (or 0xD50295) is known color: Medium Violet Red. HEX triplet: D5, 02 and 95. RGB value is (213,2,149). Sum of RGB (Red+Green+Blue) = 213+2+149=364 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.52% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 213 - color contains mainly: red. Hex color #D50295 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50295 is #2AFD6A. Grayscale: #515151. Windows color (decimal): -2817387 or 9765589. OLE color: 9765589.

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

Color convert

RGB 213 2 149 -
CMYK 0 0.99 0.30 0.16
HSL 318.2º 0.98% 0.42% -
HSV(B) 318.2º 0.99% 0.84% -
XYZ 32.89 16.36 29.86 -
YUV 81.85 165.9 221.55 -
System Red Green Blue C M Y K H S L
Decimal 213 2 149 0 0.99 0.30 0.16 318.2 0.98 0.42
Hex D5 2 95 0 63 1E 10 13E 62 2A
Octal 325 2 225 0 143 36 20 476 142 52
Binary 11010101 10 10010101 0 1100011 11110 10000 100111110 1100010 101010

Color Harmonies of #D50295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50295

Black with #D50295

Text Example


Text Example

White with #D50295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50295; }

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

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

background-color css

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

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

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

border-color css

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

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

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