Html Css Color HEX #D50485 Medium Violet Red

📋 copy color: '#D50485'

red 213 ◦ green 4 ◦ blue 133

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

Shades of Medium Violet Red #D50485

Tints of Medium Violet Red #D50485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.14%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 60.86%
G = 1.14%
B = 38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D50485 (or 0xD50485) is known color: Medium Violet Red. HEX triplet: D5, 04 and 85. RGB value is (213,4,133). Sum of RGB (Red+Green+Blue) = 213+4+133=350 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.86% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 213 - color contains mainly: red. Hex color #D50485 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50485 is #2AFB7A. Grayscale: #505050. Windows color (decimal): -2816891 or 8717525. OLE color: 8717525.

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

Color convert

RGB 213 4 133 -
CMYK 0 0.98 0.38 0.16
HSL 322.97º 0.96% 0.43% -
HSV(B) 322.97º 0.98% 0.84% -
XYZ 31.72 15.93 23.59 -
YUV 81.2 157.24 222.01 -
System Red Green Blue C M Y K H S L
Decimal 213 4 133 0 0.98 0.38 0.16 322.97 0.96 0.43
Hex D5 4 85 0 62 26 10 143 60 2B
Octal 325 4 205 0 142 46 20 503 140 53
Binary 11010101 100 10000101 0 1100010 100110 10000 101000011 1100000 101011

Color Harmonies of #D50485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50485

Black with #D50485

Text Example


Text Example

White with #D50485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50485; }

 p { color: rgb(213,4,133); }

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

background-color css

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

 a { background-color: rgb(213,4,133); }

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

border-color css

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

 span { border-color: rgb(213,4,133); }

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