#CD55A9

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

Shades of Mulberry #CD55A9

Tints of Mulberry #CD55A9

Color information

#CD55A9 (or 0xCD55A9) is unknown color: approx Mulberry. HEX triplet: CD, 55 and A9. RGB value is (205,85,169). Sum of RGB (Red+Green+Blue) = 205+85+169=459 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.66% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 205 - color contains mainly: red. Hex color #CD55A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD55A9 is #32AA56. Grayscale: #828282. Windows color (decimal): -3320407 or 11097549. OLE color: 11097549.

HSL color Cylindrical-coordinate representation of color #CD55A9: hue angle of 318º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CD55A9 is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB20585169-
CMYK00.590.180.20
HSL318º54.55%56.86%-
HSV(B)318º58.54%80.39%-
XYZ35.5922.3439.97-
YUV130.46149.76181.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.66%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 169 (66.41% from 255) = 36.82%
R=44.66%
G=18.52%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058516900.590.180.2031854.5556.86
HexCD55A903B121413e3739
Octal31512525107322244766771
Binary1100110110101011010100101110111001010100100111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD55A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD55A9; }

 p { color: rgb(205,85,169); }

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

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

 a { background-color: rgb(205,85,169); }

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

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

 span { border-color: rgb(205,85,169); }

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