Html Css Color HEX #D1549C Mulberry

📋 copy color: '#D1549C'

red 209 ◦ green 84 ◦ blue 156

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

Shades of Mulberry #D1549C

Tints of Mulberry #D1549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.71%

 BLUE value IS 156 (61.33% from 255) = 34.74%

R = 46.55%
G = 18.71%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D1549C (or 0xD1549C) is known color: Mulberry. HEX triplet: D1, 54 and 9C. RGB value is (209,84,156). Sum of RGB (Red+Green+Blue) = 209+84+156=449 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.55% from 449); Green value is 84 (33.20% from 255 or 18.71% from 449); Blue value is 156 (61.33% from 255 or 34.74% from 449); Max value from RGB is 209 - color contains mainly: red. Hex color #D1549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1549C is #2EAB63. Grayscale: #818181. Windows color (decimal): -3058532 or 10245329. OLE color: 10245329.

HSL color Cylindrical-coordinate representation of color #D1549C: hue angle of 325.44º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D1549C is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 84 156 -
CMYK 0 0.60 0.25 0.18
HSL 325.44º 0.58% 0.57% -
HSV(B) 325.44º 0.6% 0.82% -
XYZ 35.47 22.3 33.89 -
YUV 129.58 142.91 184.65 -
System Red Green Blue C M Y K H S L
Decimal 209 84 156 0 0.60 0.25 0.18 325.44 0.58 0.57
Hex D1 54 9C 0 3C 19 12 145 3A 39
Octal 321 124 234 0 74 31 22 505 72 71
Binary 11010001 1010100 10011100 0 111100 11001 10010 101000101 111010 111001

Color Harmonies of #D1549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1549C

Black with #D1549C

Text Example


Text Example

White with #D1549C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1549C; }

 p { color: rgb(209,84,156); }

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

background-color css

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

 a { background-color: rgb(209,84,156); }

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

border-color css

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

 span { border-color: rgb(209,84,156); }

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