Html Css Color HEX #D1498F Mulberry

📋 copy color: '#D1498F'

red 209 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #D1498F

Tints of Mulberry #D1498F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.18%

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

R = 49.18%
G = 17.18%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D1498F (or 0xD1498F) is known color: Mulberry. HEX triplet: D1, 49 and 8F. RGB value is (209,73,143). Sum of RGB (Red+Green+Blue) = 209+73+143=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 143 (56.25% from 255 or 33.65% from 425); Max value from RGB is 209 - color contains mainly: red. Hex color #D1498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1498F is #2EB670. Grayscale: #797979. Windows color (decimal): -3061361 or 9390545. OLE color: 9390545.

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

Color convert

RGB 209 73 143 -
CMYK 0 0.65 0.32 0.18
HSL 329.12º 0.6% 0.55% -
HSV(B) 329.12º 0.65% 0.82% -
XYZ 33.63 20.3 28.13 -
YUV 121.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 209 73 143 0 0.65 0.32 0.18 329.12 0.6 0.55
Hex D1 49 8F 0 41 20 12 149 3C 37
Octal 321 111 217 0 101 40 22 511 74 67
Binary 11010001 1001001 10001111 0 1000001 100000 10010 101001001 111100 110111

Color Harmonies of #D1498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1498F

Black with #D1498F

Text Example


Text Example

White with #D1498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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