#CD558F

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

Shades of Mulberry #CD558F

Tints of Mulberry #CD558F

Color information

#CD558F (or 0xCD558F) is unknown color: approx Mulberry. HEX triplet: CD, 55 and 8F. RGB value is (205,85,143). Sum of RGB (Red+Green+Blue) = 205+85+143=433 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.34% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 143 (56.25% from 255 or 33.03% from 433); Max value from RGB is 205 - color contains mainly: red. Hex color #CD558F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD558F is #32AA70. Grayscale: #7F7F7F. Windows color (decimal): -3320433 or 9393613. OLE color: 9393613.

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

Color convert

RGB20585143-
CMYK00.590.300.20
HSL331º54.55%56.86%-
HSV(B)331º58.54%80.39%-
XYZ33.3821.4628.37-
YUV127.49136.76183.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.34%
GREEN value IS 85 (33.59% from 255) = 19.63%
BLUE value IS 143 (56.25% from 255) = 33.03%
R=47.34%
G=19.63%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058514300.590.300.2033154.5556.86
HexCD558F03B1E1414b3739
Octal31512521707336245136771
Binary1100110110101011000111101110111111010100101001011110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD558F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD558F; }

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

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

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

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

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

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

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

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