#CD588A

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

Shades of Mulberry #CD588A

Tints of Mulberry #CD588A

Color information

#CD588A (or 0xCD588A) is unknown color: approx Mulberry. HEX triplet: CD, 58 and 8A. RGB value is (205,88,138). Sum of RGB (Red+Green+Blue) = 205+88+138=431 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.56% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 205 - color contains mainly: red. Hex color #CD588A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD588A is #32A775. Grayscale: #808080. Windows color (decimal): -3319670 or 9066701. OLE color: 9066701.

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

Color convert

RGB20588138-
CMYK00.570.330.20
HSL334.36º53.92%57.45%-
HSV(B)334.36º57.07%80.39%-
XYZ33.2521.7926.5-
YUV128.68133.26182.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.56%
GREEN value IS 88 (34.77% from 255) = 20.42%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=47.56%
G=20.42%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058813800.570.330.20334.3653.9257.45
HexCD588A039211414e3639
Octal31513021207141245166671
Binary11001101101100010001010011100110000110100101001110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD588A; }

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

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

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

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

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

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

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

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