Html Css Color HEX #D50296 Medium Violet Red

📋 copy color: '#D50296'

red 213 ◦ green 2 ◦ blue 150

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

Shades of Medium Violet Red #D50296

Tints of Medium Violet Red #D50296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 58.36%
G = 0.55%
B = 41.1%

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

#D50296 (or 0xD50296) is known color: Medium Violet Red. HEX triplet: D5, 02 and 96. RGB value is (213,2,150). Sum of RGB (Red+Green+Blue) = 213+2+150=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D50296 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50296 is #2AFD69. Grayscale: #515151. Windows color (decimal): -2817386 or 9831125. OLE color: 9831125.

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

Color convert

RGB 213 2 150 -
CMYK 0 0.99 0.30 0.16
HSL 317.91º 0.98% 0.42% -
HSV(B) 317.91º 0.99% 0.84% -
XYZ 32.97 16.39 30.28 -
YUV 81.96 166.4 221.47 -
System Red Green Blue C M Y K H S L
Decimal 213 2 150 0 0.99 0.30 0.16 317.91 0.98 0.42
Hex D5 2 96 0 63 1E 10 13E 62 2A
Octal 325 2 226 0 143 36 20 476 142 52
Binary 11010101 10 10010110 0 1100011 11110 10000 100111110 1100010 101010

Color Harmonies of #D50296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50296

Black with #D50296

Text Example


Text Example

White with #D50296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50296; }

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

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

background-color css

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

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

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

border-color css

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

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

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