Html Css Color HEX #D5057C Medium Violet Red

📋 copy color: '#D5057C'

red 213 ◦ green 5 ◦ blue 124

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

Shades of Medium Violet Red #D5057C

Tints of Medium Violet Red #D5057C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 36.26%

R = 62.28%
G = 1.46%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D5057C (or 0xD5057C) is known color: Medium Violet Red. HEX triplet: D5, 05 and 7C. RGB value is (213,5,124). Sum of RGB (Red+Green+Blue) = 213+5+124=342 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.28% from 342); Green value is 5 (2.34% from 255 or 1.46% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 213 - color contains mainly: red. Hex color #D5057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5057C is #2AFA83. Grayscale: #505050. Windows color (decimal): -2816644 or 8127957. OLE color: 8127957.

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

Color convert

RGB 213 5 124 -
CMYK 0 0.98 0.42 0.16
HSL 325.67º 0.95% 0.43% -
HSV(B) 325.67º 0.98% 0.84% -
XYZ 31.13 15.71 20.46 -
YUV 80.76 152.41 222.32 -
System Red Green Blue C M Y K H S L
Decimal 213 5 124 0 0.98 0.42 0.16 325.67 0.95 0.43
Hex D5 5 7C 0 62 2A 10 146 5F 2B
Octal 325 5 174 0 142 52 20 506 137 53
Binary 11010101 101 1111100 0 1100010 101010 10000 101000110 1011111 101011

Color Harmonies of #D5057C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5057C

Black with #D5057C

Text Example


Text Example

White with #D5057C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5057C; }

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

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

background-color css

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

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

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

border-color css

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

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

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