Html Css Color HEX #D1048E Medium Violet Red

📋 copy color: '#D1048E'

red 209 ◦ green 4 ◦ blue 142

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

Shades of Medium Violet Red #D1048E

Tints of Medium Violet Red #D1048E

RGB

 RED value IS 209 (82.03% from 255) = 58.87%

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

 BLUE value IS 142 (55.86% from 255) = 40%

R = 58.87%
G = 1.13%
B = 40%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1048E (or 0xD1048E) is known color: Medium Violet Red. HEX triplet: D1, 04 and 8E. RGB value is (209,4,142). Sum of RGB (Red+Green+Blue) = 209+4+142=355 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.87% from 355); Green value is 4 (1.95% from 255 or 1.13% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 209 - color contains mainly: red. Hex color #D1048E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1048E is #2EFB71. Grayscale: #505050. Windows color (decimal): -3079026 or 9307345. OLE color: 9307345.

HSL color Cylindrical-coordinate representation of color #D1048E: hue angle of 319.61º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1048E is Cyan = 0, Magento = 0.98, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 4 142 -
CMYK 0 0.98 0.32 0.18
HSL 319.61º 0.96% 0.42% -
HSV(B) 319.61º 0.98% 0.82% -
XYZ 31.22 15.6 26.96 -
YUV 81.03 162.42 219.28 -
System Red Green Blue C M Y K H S L
Decimal 209 4 142 0 0.98 0.32 0.18 319.61 0.96 0.42
Hex D1 4 8E 0 62 20 12 140 60 2A
Octal 321 4 216 0 142 40 22 500 140 52
Binary 11010001 100 10001110 0 1100010 100000 10010 101000000 1100000 101010

Color Harmonies of #D1048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1048E

Black with #D1048E

Text Example


Text Example

White with #D1048E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1048E; }

 p { color: rgb(209,4,142); }

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

background-color css

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

 a { background-color: rgb(209,4,142); }

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

border-color css

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

 span { border-color: rgb(209,4,142); }

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