#CD54A9

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

Shades of Mulberry #CD54A9

Tints of Mulberry #CD54A9

Color information

#CD54A9 (or 0xCD54A9) is unknown color: approx Mulberry. HEX triplet: CD, 54 and A9. RGB value is (205,84,169). Sum of RGB (Red+Green+Blue) = 205+84+169=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 169 (66.41% from 255 or 36.90% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD54A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD54A9 is #32AB56. Grayscale: #818181. Windows color (decimal): -3320663 or 11097293. OLE color: 11097293.

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

Color convert

RGB20584169-
CMYK00.590.180.20
HSL317.85º54.75%56.67%-
HSV(B)317.85º59.02%80.39%-
XYZ35.5122.1839.95-
YUV129.87150.09181.59-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 84 (33.20% from 255) = 18.34%
BLUE value IS 169 (66.41% from 255) = 36.90%
R=44.76%
G=18.34%
B=36.90%

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
Decimal2058416900.590.180.20317.8554.7556.67
HexCD54A903B121413e3739
Octal31512425107322244766771
Binary1100110110101001010100101110111001010100100111110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD54A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD54A9; }

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

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

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

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

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

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

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

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