#cd558a

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

Shades of Mulberry #CD558A

Tints of Mulberry #CD558A

Color information

#CD558A (or 0xCD558A) is unknown color: approx Mulberry. HEX triplet: CD, 55 and 8A. RGB value is (205,85,138). Sum of RGB (Red+Green+Blue) = 205+85+138=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 85 (33.59% from 255 or 19.86% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD558A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD558A is #32AA75. Grayscale: #7E7E7E. Windows color (decimal): -3320438 or 9065933. OLE color: 9065933.

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

Color convert

RGB20585138-
CMYK00.590.330.20
HSL333.5º54.55%56.86%-
HSV(B)333.5º58.54%80.39%-
XYZ33.0121.3126.42-
YUV126.92134.26183.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.90%
GREEN value IS 85 (33.59% from 255) = 19.86%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=47.90%
G=19.86%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058513800.590.330.20333.554.5556.86
HexCD558A03B211414e3739
Octal31512521207341245166771
Binary11001101101010110001010011101110000110100101001110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd558a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd558a; }

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

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

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

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

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

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

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

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