#D35994

Color #D35994 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #D35994

Tints of Mulberry #D35994

Color information

#D35994 (or 0xD35994) is unknown color: approx Mulberry. HEX triplet: D3, 59 and 94. RGB value is (211,89,148). Sum of RGB (Red+Green+Blue) = 211+89+148=448 (59% of max value = 765). Red value is 211 (82.81% from 255 or 47.10% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 148 (58.20% from 255 or 33.04% from 448); Max value from RGB is 211 - color contains mainly: red. Hex color #D35994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35994 is #2CA66B. Grayscale: #848484. Windows color (decimal): -2926188 or 9722323. OLE color: 9722323.

HSL color Cylindrical-coordinate representation of color #D35994: hue angle of 330.98º degrees, saturation: 0.58, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D35994 is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB21189148-
CMYK00.580.300.17
HSL330.98º58.1%58.82%-
HSV(B)330.98º57.82%82.75%-
XYZ35.7823.1330.6-
YUV132.2136.92184.2-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.10%
GREEN value IS 89 (35.16% from 255) = 19.87%
BLUE value IS 148 (58.20% from 255) = 33.04%
R=47.10%
G=19.87%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118914800.580.300.17330.9858.158.82
HexD3599403A1E1114b3a3b
Octal32313122407236215137273
Binary1101001110110011001010001110101111010001101001011111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35994; }

 p { color: rgb(211,89,148); }

 H1.HeaderClassName
 {
   color: #D35994;
 }
 .AnyTagClassName
 {
   color: #D35994;
 }
</style>
background-color css

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

 a { background-color: rgb(211,89,148); }

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

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

 span { border-color: rgb(211,89,148); }

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