Html Css Color HEX #D1488A Mulberry

📋 copy color: '#D1488A'

red 209 ◦ green 72 ◦ blue 138

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

Shades of Mulberry #D1488A

Tints of Mulberry #D1488A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.94%

R = 49.88%
G = 17.18%
B = 32.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#D1488A (or 0xD1488A) is known color: Mulberry. HEX triplet: D1, 48 and 8A. RGB value is (209,72,138). Sum of RGB (Red+Green+Blue) = 209+72+138=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 72 (28.52% from 255 or 17.18% from 419); Blue value is 138 (54.30% from 255 or 32.94% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1488A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1488A is #2EB775. Grayscale: #787878. Windows color (decimal): -3061622 or 9062609. OLE color: 9062609.

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

Color convert

RGB 209 72 138 -
CMYK 0 0.66 0.34 0.18
HSL 331.09º 0.6% 0.55% -
HSV(B) 331.09º 0.66% 0.82% -
XYZ 33.2 20.03 26.16 -
YUV 120.49 137.89 191.13 -
System Red Green Blue C M Y K H S L
Decimal 209 72 138 0 0.66 0.34 0.18 331.09 0.6 0.55
Hex D1 48 8A 0 42 22 12 14B 3C 37
Octal 321 110 212 0 102 42 22 513 74 67
Binary 11010001 1001000 10001010 0 1000010 100010 10010 101001011 111100 110111

Color Harmonies of #D1488A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1488A

Black with #D1488A

Text Example


Text Example

White with #D1488A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1488A; }

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

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

background-color css

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

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

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

border-color css

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

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

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