Html Css Color HEX #D50585 Medium Violet Red

📋 copy color: '#D50585'

red 213 ◦ green 5 ◦ blue 133

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

Shades of Medium Violet Red #D50585

Tints of Medium Violet Red #D50585

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.42%

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

R = 60.68%
G = 1.42%
B = 37.89%

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

#D50585 (or 0xD50585) is known color: Medium Violet Red. HEX triplet: D5, 05 and 85. RGB value is (213,5,133). Sum of RGB (Red+Green+Blue) = 213+5+133=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 5 (2.34% from 255 or 1.42% from 351); Blue value is 133 (52.34% from 255 or 37.89% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D50585 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D50585 is #2AFA7A. Grayscale: #515151. Windows color (decimal): -2816635 or 8717781. OLE color: 8717781.

HSL color Cylindrical-coordinate representation of color #D50585: hue angle of 323.08º degrees, saturation: 0.95, 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 #D50585 is Cyan = 0, Magento = 0.98, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 5 133 -
CMYK 0 0.98 0.38 0.16
HSL 323.08º 0.95% 0.43% -
HSV(B) 323.08º 0.98% 0.84% -
XYZ 31.73 15.95 23.6 -
YUV 81.78 156.91 221.59 -
System Red Green Blue C M Y K H S L
Decimal 213 5 133 0 0.98 0.38 0.16 323.08 0.95 0.43
Hex D5 5 85 0 62 26 10 143 5F 2B
Octal 325 5 205 0 142 46 20 503 137 53
Binary 11010101 101 10000101 0 1100010 100110 10000 101000011 1011111 101011

Color Harmonies of #D50585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D50585

Black with #D50585

Text Example


Text Example

White with #D50585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D50585; }

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

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

background-color css

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

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

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

border-color css

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

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

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