#D35492

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

Shades of Mulberry #D35492

Tints of Mulberry #D35492

Color information

#D35492 (or 0xD35492) is unknown color: approx Mulberry. HEX triplet: D3, 54 and 92. RGB value is (211,84,146). Sum of RGB (Red+Green+Blue) = 211+84+146=441 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.85% from 441); Green value is 84 (33.20% from 255 or 19.05% from 441); Blue value is 146 (57.42% from 255 or 33.11% from 441); Max value from RGB is 211 - color contains mainly: red. Hex color #D35492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D35492 is #2CAB6D. Grayscale: #808080. Windows color (decimal): -2927470 or 9589971. OLE color: 9589971.

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

Color convert

RGB21184146-
CMYK00.600.310.17
HSL330.71º59.07%57.84%-
HSV(B)330.71º60.19%82.75%-
XYZ35.2222.2629.64-
YUV129.04137.58186.46-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 47.85%
GREEN value IS 84 (33.20% from 255) = 19.05%
BLUE value IS 146 (57.42% from 255) = 33.11%
R=47.85%
G=19.05%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118414600.600.310.17330.7159.0757.84
HexD3549203C1F1114b3b3a
Octal32312422207437215137372
Binary1101001110101001001001001111001111110001101001011111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D35492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D35492; }

 p { color: rgb(211,84,146); }

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

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

 a { background-color: rgb(211,84,146); }

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

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

 span { border-color: rgb(211,84,146); }

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