Html Css Color HEX #D5047C Medium Violet Red

📋 copy color: '#D5047C'

red 213 ◦ green 4 ◦ blue 124

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

Shades of Medium Violet Red #D5047C

Tints of Medium Violet Red #D5047C

RGB

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

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

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

R = 62.46%
G = 1.17%
B = 36.36%

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

#D5047C (or 0xD5047C) is known color: Medium Violet Red. HEX triplet: D5, 04 and 7C. RGB value is (213,4,124). Sum of RGB (Red+Green+Blue) = 213+4+124=341 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.46% from 341); Green value is 4 (1.95% from 255 or 1.17% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 213 - color contains mainly: red. Hex color #D5047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5047C is #2AFB83. Grayscale: #4F4F4F. Windows color (decimal): -2816900 or 8127701. OLE color: 8127701.

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

Color convert

RGB 213 4 124 -
CMYK 0 0.98 0.42 0.16
HSL 325.55º 0.96% 0.43% -
HSV(B) 325.55º 0.98% 0.84% -
XYZ 31.12 15.69 20.46 -
YUV 80.17 152.74 222.74 -
System Red Green Blue C M Y K H S L
Decimal 213 4 124 0 0.98 0.42 0.16 325.55 0.96 0.43
Hex D5 4 7C 0 62 2A 10 146 60 2B
Octal 325 4 174 0 142 52 20 506 140 53
Binary 11010101 100 1111100 0 1100010 101010 10000 101000110 1100000 101011

Color Harmonies of #D5047C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5047C

Black with #D5047C

Text Example


Text Example

White with #D5047C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5047C; }

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

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

background-color css

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

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

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

border-color css

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

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

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