Html Css Color HEX #D5058E Medium Violet Red

📋 copy color: '#D5058E'

red 213 ◦ green 5 ◦ blue 142

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

Shades of Medium Violet Red #D5058E

Tints of Medium Violet Red #D5058E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 39.44%

R = 59.17%
G = 1.39%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5058E (or 0xD5058E) is known color: Medium Violet Red. HEX triplet: D5, 05 and 8E. RGB value is (213,5,142). Sum of RGB (Red+Green+Blue) = 213+5+142=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 5 (2.34% from 255 or 1.39% from 360); Blue value is 142 (55.86% from 255 or 39.44% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5058E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5058E is #2AFA71. Grayscale: #525252. Windows color (decimal): -2816626 or 9307605. OLE color: 9307605.

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

Color convert

RGB 213 5 142 -
CMYK 0 0.98 0.33 0.16
HSL 320.48º 0.95% 0.43% -
HSV(B) 320.48º 0.98% 0.84% -
XYZ 32.38 16.21 27.01 -
YUV 82.81 161.41 220.86 -
System Red Green Blue C M Y K H S L
Decimal 213 5 142 0 0.98 0.33 0.16 320.48 0.95 0.43
Hex D5 5 8E 0 62 21 10 140 5F 2B
Octal 325 5 216 0 142 41 20 500 137 53
Binary 11010101 101 10001110 0 1100010 100001 10000 101000000 1011111 101011

Color Harmonies of #D5058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5058E

Black with #D5058E

Text Example


Text Example

White with #D5058E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5058E; }

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

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

background-color css

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

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

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

border-color css

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

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

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