Html Css Color HEX #D1489A Mulberry

📋 copy color: '#D1489A'

red 209 ◦ green 72 ◦ blue 154

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

Shades of Mulberry #D1489A

Tints of Mulberry #D1489A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.4%

R = 48.05%
G = 16.55%
B = 35.4%

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

#D1489A (or 0xD1489A) is known color: Mulberry. HEX triplet: D1, 48 and 9A. RGB value is (209,72,154). Sum of RGB (Red+Green+Blue) = 209+72+154=435 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.05% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 154 (60.55% from 255 or 35.40% from 435); Max value from RGB is 209 - color contains mainly: red. Hex color #D1489A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1489A is #2EB765. Grayscale: #7A7A7A. Windows color (decimal): -3061606 or 10111185. OLE color: 10111185.

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

Color convert

RGB 209 72 154 -
CMYK 0 0.66 0.26 0.18
HSL 324.09º 0.6% 0.55% -
HSV(B) 324.09º 0.66% 0.82% -
XYZ 34.44 20.52 32.72 -
YUV 122.31 145.89 189.83 -
System Red Green Blue C M Y K H S L
Decimal 209 72 154 0 0.66 0.26 0.18 324.09 0.6 0.55
Hex D1 48 9A 0 42 1A 12 144 3C 37
Octal 321 110 232 0 102 32 22 504 74 67
Binary 11010001 1001000 10011010 0 1000010 11010 10010 101000100 111100 110111

Color Harmonies of #D1489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1489A

Black with #D1489A

Text Example


Text Example

White with #D1489A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1489A; }

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

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

background-color css

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

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

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

border-color css

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

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

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