Html Css Color HEX #D1489B Mulberry

📋 copy color: '#D1489B'

red 209 ◦ green 72 ◦ blue 155

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

Shades of Mulberry #D1489B

Tints of Mulberry #D1489B

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.51%

 BLUE value IS 155 (60.94% from 255) = 35.55%

R = 47.94%
G = 16.51%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D1489B (or 0xD1489B) is known color: Mulberry. HEX triplet: D1, 48 and 9B. RGB value is (209,72,155). Sum of RGB (Red+Green+Blue) = 209+72+155=436 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.94% from 436); Green value is 72 (28.52% from 255 or 16.51% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 209 - color contains mainly: red. Hex color #D1489B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1489B is #2EB764. Grayscale: #7A7A7A. Windows color (decimal): -3061605 or 10176721. OLE color: 10176721.

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

Color convert

RGB 209 72 155 -
CMYK 0 0.66 0.26 0.18
HSL 323.65º 0.6% 0.55% -
HSV(B) 323.65º 0.66% 0.82% -
XYZ 34.53 20.56 33.16 -
YUV 122.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 209 72 155 0 0.66 0.26 0.18 323.65 0.6 0.55
Hex D1 48 9B 0 42 1A 12 144 3C 37
Octal 321 110 233 0 102 32 22 504 74 67
Binary 11010001 1001000 10011011 0 1000010 11010 10010 101000100 111100 110111

Color Harmonies of #D1489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1489B

Black with #D1489B

Text Example


Text Example

White with #D1489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1489B; }

 p { color: rgb(209,72,155); }

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

background-color css

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

 a { background-color: rgb(209,72,155); }

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

border-color css

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

 span { border-color: rgb(209,72,155); }

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