Html Css Color HEX #D5049A Medium Violet Red

📋 copy color: '#D5049A'

red 213 ◦ green 4 ◦ blue 154

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

Shades of Medium Violet Red #D5049A

Tints of Medium Violet Red #D5049A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.08%

 BLUE value IS 154 (60.55% from 255) = 41.51%

R = 57.41%
G = 1.08%
B = 41.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D5049A (or 0xD5049A) is known color: Medium Violet Red. HEX triplet: D5, 04 and 9A. RGB value is (213,4,154). Sum of RGB (Red+Green+Blue) = 213+4+154=371 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.41% from 371); Green value is 4 (1.95% from 255 or 1.08% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 213 - color contains mainly: red. Hex color #D5049A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D5049A is #2AFB65. Grayscale: #535353. Windows color (decimal): -2816870 or 10093781. OLE color: 10093781.

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

Color convert

RGB 213 4 154 -
CMYK 0 0.98 0.28 0.16
HSL 316.94º 0.96% 0.43% -
HSV(B) 316.94º 0.98% 0.84% -
XYZ 33.32 16.57 32.01 -
YUV 83.59 167.74 220.3 -
System Red Green Blue C M Y K H S L
Decimal 213 4 154 0 0.98 0.28 0.16 316.94 0.96 0.43
Hex D5 4 9A 0 62 1C 10 13D 60 2B
Octal 325 4 232 0 142 34 20 475 140 53
Binary 11010101 100 10011010 0 1100010 11100 10000 100111101 1100000 101011

Color Harmonies of #D5049A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5049A

Black with #D5049A

Text Example


Text Example

White with #D5049A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5049A; }

 p { color: rgb(213,4,154); }

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

background-color css

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

 a { background-color: rgb(213,4,154); }

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

border-color css

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

 span { border-color: rgb(213,4,154); }

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