#CD589B

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

Shades of Mulberry #CD589B

Tints of Mulberry #CD589B

Color information

#CD589B (or 0xCD589B) is unknown color: approx Mulberry. HEX triplet: CD, 58 and 9B. RGB value is (205,88,155). Sum of RGB (Red+Green+Blue) = 205+88+155=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 155 (60.94% from 255 or 34.60% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD589B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD589B is #32A764. Grayscale: #828282. Windows color (decimal): -3319653 or 10180813. OLE color: 10180813.

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

Color convert

RGB20588155-
CMYK00.570.240.20
HSL325.64º53.92%57.45%-
HSV(B)325.64º57.07%80.39%-
XYZ34.5822.3333.5-
YUV130.62141.76181.05-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 88 (34.77% from 255) = 19.64%
BLUE value IS 155 (60.94% from 255) = 34.60%
R=45.76%
G=19.64%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058815500.570.240.20325.6453.9257.45
HexCD589B03918141463639
Octal31513023307130245066671
Binary1100110110110001001101101110011100010100101000110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD589B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD589B; }

 p { color: rgb(205,88,155); }

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

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

 a { background-color: rgb(205,88,155); }

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

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

 span { border-color: rgb(205,88,155); }

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