Html Css Color HEX #D1498B Mulberry

📋 copy color: '#D1498B'

red 209 ◦ green 73 ◦ blue 139

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

Shades of Mulberry #D1498B

Tints of Mulberry #D1498B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 33.02%

R = 49.64%
G = 17.34%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1498B (or 0xD1498B) is known color: Mulberry. HEX triplet: D1, 49 and 8B. RGB value is (209,73,139). Sum of RGB (Red+Green+Blue) = 209+73+139=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 73 (28.91% from 255 or 17.34% from 421); Blue value is 139 (54.69% from 255 or 33.02% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1498B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1498B is #2EB674. Grayscale: #797979. Windows color (decimal): -3061365 or 9128401. OLE color: 9128401.

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

Color convert

RGB 209 73 139 -
CMYK 0 0.65 0.33 0.18
HSL 330.88º 0.6% 0.55% -
HSV(B) 330.88º 0.65% 0.82% -
XYZ 33.34 20.18 26.57 -
YUV 121.19 138.06 190.63 -
System Red Green Blue C M Y K H S L
Decimal 209 73 139 0 0.65 0.33 0.18 330.88 0.6 0.55
Hex D1 49 8B 0 41 21 12 14B 3C 37
Octal 321 111 213 0 101 41 22 513 74 67
Binary 11010001 1001001 10001011 0 1000001 100001 10010 101001011 111100 110111

Color Harmonies of #D1498B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1498B

Black with #D1498B

Text Example


Text Example

White with #D1498B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1498B; }

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

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

background-color css

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

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

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

border-color css

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

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

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