#d354a8

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

Shades of Mulberry #D354A8

Tints of Mulberry #D354A8

Color information

#D354A8 (or 0xD354A8) is unknown color: approx Mulberry. HEX triplet: D3, 54 and A8. RGB value is (211,84,168). Sum of RGB (Red+Green+Blue) = 211+84+168=463 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.57% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 211 - color contains mainly: red. Hex color #D354A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D354A8 is #2CAB57. Grayscale: #838383. Windows color (decimal): -2927448 or 11031763. OLE color: 11031763.

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

Color convert

RGB21184168-
CMYK00.600.200.17
HSL320.31º59.07%57.84%-
HSV(B)320.31º60.19%82.75%-
XYZ37.123.0239.53-
YUV131.55148.58184.67-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.57%
GREEN value IS 84 (33.20% from 255) = 18.14%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=45.57%
G=18.14%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2118416800.600.200.17320.3159.0757.84
HexD354A803C14111403b3a
Octal32312425007424215007372
Binary1101001110101001010100001111001010010001101000000111011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d354a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d354a8; }

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

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

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

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

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

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

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

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