Html Css Color HEX #D50395 Medium Violet Red

📋 copy color: '#D50395'

red 213 ◦ green 3 ◦ blue 149

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

Shades of Medium Violet Red #D50395

Tints of Medium Violet Red #D50395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.82%

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

R = 58.36%
G = 0.82%
B = 40.82%

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

#D50395 (or 0xD50395) is known color: Medium Violet Red. HEX triplet: D5, 03 and 95. RGB value is (213,3,149). Sum of RGB (Red+Green+Blue) = 213+3+149=365 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.36% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 149 (58.59% from 255 or 40.82% from 365); Max value from RGB is 213 - color contains mainly: red. Hex color #D50395 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50395 is #2AFC6A. Grayscale: #525252. Windows color (decimal): -2817131 or 9765845. OLE color: 9765845.

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

Color convert

RGB 213 3 149 -
CMYK 0 0.99 0.30 0.16
HSL 318.29º 0.97% 0.42% -
HSV(B) 318.29º 0.99% 0.84% -
XYZ 32.9 16.38 29.86 -
YUV 82.43 165.57 221.13 -
System Red Green Blue C M Y K H S L
Decimal 213 3 149 0 0.99 0.30 0.16 318.29 0.97 0.42
Hex D5 3 95 0 63 1E 10 13E 61 2A
Octal 325 3 225 0 143 36 20 476 141 52
Binary 11010101 11 10010101 0 1100011 11110 10000 100111110 1100001 101010

Color Harmonies of #D50395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50395

Black with #D50395

Text Example


Text Example

White with #D50395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50395; }

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

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

background-color css

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

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

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

border-color css

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

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

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