Html Css Color HEX #D5058B Medium Violet Red

📋 copy color: '#D5058B'

red 213 ◦ green 5 ◦ blue 139

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

Shades of Medium Violet Red #D5058B

Tints of Medium Violet Red #D5058B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 38.94%

R = 59.66%
G = 1.4%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5058B (or 0xD5058B) is known color: Medium Violet Red. HEX triplet: D5, 05 and 8B. RGB value is (213,5,139). Sum of RGB (Red+Green+Blue) = 213+5+139=357 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.66% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 139 (54.69% from 255 or 38.94% from 357); Max value from RGB is 213 - color contains mainly: red. Hex color #D5058B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5058B is #2AFA74. Grayscale: #525252. Windows color (decimal): -2816629 or 9110997. OLE color: 9110997.

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

Color convert

RGB 213 5 139 -
CMYK 0 0.98 0.35 0.16
HSL 321.35º 0.95% 0.43% -
HSV(B) 321.35º 0.98% 0.84% -
XYZ 32.16 16.12 25.84 -
YUV 82.47 159.91 221.1 -
System Red Green Blue C M Y K H S L
Decimal 213 5 139 0 0.98 0.35 0.16 321.35 0.95 0.43
Hex D5 5 8B 0 62 23 10 141 5F 2B
Octal 325 5 213 0 142 43 20 501 137 53
Binary 11010101 101 10001011 0 1100010 100011 10000 101000001 1011111 101011

Color Harmonies of #D5058B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5058B

Black with #D5058B

Text Example


Text Example

White with #D5058B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5058B; }

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

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

background-color css

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

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

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

border-color css

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

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

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