Html Css Color HEX #D1488C Mulberry

📋 copy color: '#D1488C'

red 209 ◦ green 72 ◦ blue 140

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

Shades of Mulberry #D1488C

Tints of Mulberry #D1488C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.25%

R = 49.64%
G = 17.1%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#D1488C (or 0xD1488C) is known color: Mulberry. HEX triplet: D1, 48 and 8C. RGB value is (209,72,140). Sum of RGB (Red+Green+Blue) = 209+72+140=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 72 (28.52% from 255 or 17.10% from 421); Blue value is 140 (55.08% from 255 or 33.25% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1488C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1488C is #2EB773. Grayscale: #787878. Windows color (decimal): -3061620 or 9193681. OLE color: 9193681.

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

Color convert

RGB 209 72 140 -
CMYK 0 0.66 0.33 0.18
HSL 330.22º 0.6% 0.55% -
HSV(B) 330.22º 0.66% 0.82% -
XYZ 33.35 20.08 26.93 -
YUV 120.72 138.89 190.97 -
System Red Green Blue C M Y K H S L
Decimal 209 72 140 0 0.66 0.33 0.18 330.22 0.6 0.55
Hex D1 48 8C 0 42 21 12 14A 3C 37
Octal 321 110 214 0 102 41 22 512 74 67
Binary 11010001 1001000 10001100 0 1000010 100001 10010 101001010 111100 110111

Color Harmonies of #D1488C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1488C

Black with #D1488C

Text Example


Text Example

White with #D1488C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1488C; }

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

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

background-color css

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

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

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

border-color css

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

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

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