#CD5288

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

Shades of Mulberry #CD5288

Tints of Mulberry #CD5288

Color information

#CD5288 (or 0xCD5288) is unknown color: approx Mulberry. HEX triplet: CD, 52 and 88. RGB value is (205,82,136). Sum of RGB (Red+Green+Blue) = 205+82+136=423 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.46% from 423); Green value is 82 (32.42% from 255 or 19.39% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5288 is #32AD77. Grayscale: #7C7C7C. Windows color (decimal): -3321208 or 8934093. OLE color: 8934093.

HSL color Cylindrical-coordinate representation of color #CD5288: hue angle of 333.66º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5288 is Cyan = 0, Magento = 0.6, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB20582136-
CMYK00.60.340.20
HSL333.66º55.16%56.27%-
HSV(B)333.66º60%80.39%-
XYZ32.6420.7925.59-
YUV124.93134.25185.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.46%
GREEN value IS 82 (32.42% from 255) = 19.39%
BLUE value IS 136 (53.52% from 255) = 32.15%
R=48.46%
G=19.39%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058213600.60.340.20333.6655.1656.27
HexCD528803C221414e3738
Octal31512221007442245166770
Binary11001101101001010001000011110010001010100101001110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5288; }

 p { color: rgb(205,82,136); }

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

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

 a { background-color: rgb(205,82,136); }

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

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

 span { border-color: rgb(205,82,136); }

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