Html Css Color HEX #D5057A Medium Violet Red

📋 copy color: '#D5057A'

red 213 ◦ green 5 ◦ blue 122

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

Shades of Medium Violet Red #D5057A

Tints of Medium Violet Red #D5057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 62.65%
G = 1.47%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#D5057A (or 0xD5057A) is known color: Medium Violet Red. HEX triplet: D5, 05 and 7A. RGB value is (213,5,122). Sum of RGB (Red+Green+Blue) = 213+5+122=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D5057A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5057A is #2AFA85. Grayscale: #505050. Windows color (decimal): -2816646 or 7996885. OLE color: 7996885.

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

Color convert

RGB 213 5 122 -
CMYK 0 0.98 0.43 0.16
HSL 326.25º 0.95% 0.43% -
HSV(B) 326.25º 0.98% 0.84% -
XYZ 31.01 15.66 19.8 -
YUV 80.53 151.41 222.49 -
System Red Green Blue C M Y K H S L
Decimal 213 5 122 0 0.98 0.43 0.16 326.25 0.95 0.43
Hex D5 5 7A 0 62 2B 10 146 5F 2B
Octal 325 5 172 0 142 53 20 506 137 53
Binary 11010101 101 1111010 0 1100010 101011 10000 101000110 1011111 101011

Color Harmonies of #D5057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5057A

Black with #D5057A

Text Example


Text Example

White with #D5057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5057A; }

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

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

background-color css

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

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

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

border-color css

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

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

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