Html Css Color HEX #D1548D Mulberry

📋 copy color: '#D1548D'

red 209 ◦ green 84 ◦ blue 141

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

Shades of Mulberry #D1548D

Tints of Mulberry #D1548D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 48.16%
G = 19.35%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1548D (or 0xD1548D) is known color: Mulberry. HEX triplet: D1, 54 and 8D. RGB value is (209,84,141). Sum of RGB (Red+Green+Blue) = 209+84+141=434 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.16% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 209 - color contains mainly: red. Hex color #D1548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D1548D is #2EAB72. Grayscale: #7F7F7F. Windows color (decimal): -3058547 or 9262289. OLE color: 9262289.

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

Color convert

RGB 209 84 141 -
CMYK 0 0.60 0.33 0.18
HSL 332.64º 0.58% 0.57% -
HSV(B) 332.64º 0.6% 0.82% -
XYZ 34.27 21.82 27.6 -
YUV 127.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 209 84 141 0 0.60 0.33 0.18 332.64 0.58 0.57
Hex D1 54 8D 0 3C 21 12 14D 3A 39
Octal 321 124 215 0 74 41 22 515 72 71
Binary 11010001 1010100 10001101 0 111100 100001 10010 101001101 111010 111001

Color Harmonies of #D1548D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1548D

Black with #D1548D

Text Example


Text Example

White with #D1548D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1548D; }

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

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

background-color css

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

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

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

border-color css

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

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

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