#d358aa

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

Shades of Mulberry #D358AA

Tints of Mulberry #D358AA

Color information

#D358AA (or 0xD358AA) is unknown color: approx Mulberry. HEX triplet: D3, 58 and AA. RGB value is (211,88,170). Sum of RGB (Red+Green+Blue) = 211+88+170=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 88 (34.77% from 255 or 18.76% from 469); Blue value is 170 (66.80% from 255 or 36.25% from 469); Max value from RGB is 211 - color contains mainly: red. Hex color #D358AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D358AA is #2CA755. Grayscale: #858585. Windows color (decimal): -2926422 or 11163859. OLE color: 11163859.

HSL color Cylindrical-coordinate representation of color #D358AA: hue angle of 320º 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 #D358AA is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB21188170-
CMYK00.580.190.17
HSL320º58.29%58.63%-
HSV(B)320º58.29%82.75%-
XYZ37.6123.7340.63-
YUV134.12148.25182.83-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 44.99%
GREEN value IS 88 (34.77% from 255) = 18.76%
BLUE value IS 170 (66.80% from 255) = 36.25%
R=44.99%
G=18.76%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118817000.580.190.1732058.2958.63
HexD358AA03A13111403a3b
Octal32313025207223215007273
Binary1101001110110001010101001110101001110001101000000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d358aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d358aa; }

 p { color: rgb(211,88,170); }

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

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

 a { background-color: rgb(211,88,170); }

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

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

 span { border-color: rgb(211,88,170); }

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