Html Css Color HEX #D1048F Medium Violet Red

📋 copy color: '#D1048F'

red 209 ◦ green 4 ◦ blue 143

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

Shades of Medium Violet Red #D1048F

Tints of Medium Violet Red #D1048F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.17%

R = 58.71%
G = 1.12%
B = 40.17%

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

#D1048F (or 0xD1048F) is known color: Medium Violet Red. HEX triplet: D1, 04 and 8F. RGB value is (209,4,143). Sum of RGB (Red+Green+Blue) = 209+4+143=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 4 (1.95% from 255 or 1.12% from 356); Blue value is 143 (56.25% from 255 or 40.17% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D1048F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1048F is #2EFB70. Grayscale: #505050. Windows color (decimal): -3079025 or 9372881. OLE color: 9372881.

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

Color convert

RGB 209 4 143 -
CMYK 0 0.98 0.32 0.18
HSL 319.32º 0.96% 0.42% -
HSV(B) 319.32º 0.98% 0.82% -
XYZ 31.3 15.63 27.35 -
YUV 81.14 162.92 219.2 -
System Red Green Blue C M Y K H S L
Decimal 209 4 143 0 0.98 0.32 0.18 319.32 0.96 0.42
Hex D1 4 8F 0 62 20 12 13F 60 2A
Octal 321 4 217 0 142 40 22 477 140 52
Binary 11010001 100 10001111 0 1100010 100000 10010 100111111 1100000 101010

Color Harmonies of #D1048F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1048F

Black with #D1048F

Text Example


Text Example

White with #D1048F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1048F; }

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

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

background-color css

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

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

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

border-color css

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

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

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