#CD5289

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

Shades of Mulberry #CD5289

Tints of Mulberry #CD5289

Color information

#CD5289 (or 0xCD5289) is unknown color: approx Mulberry. HEX triplet: CD, 52 and 89. RGB value is (205,82,137). Sum of RGB (Red+Green+Blue) = 205+82+137=424 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.35% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 137 (53.91% from 255 or 32.31% from 424); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5289 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5289 is #32AD76. Grayscale: #7C7C7C. Windows color (decimal): -3321207 or 8999629. OLE color: 8999629.

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

Color convert

RGB20582137-
CMYK00.60.330.20
HSL333.17º55.16%56.27%-
HSV(B)333.17º60%80.39%-
XYZ32.7120.8225.96-
YUV125.05134.75185.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.35%
GREEN value IS 82 (32.42% from 255) = 19.34%
BLUE value IS 137 (53.91% from 255) = 32.31%
R=48.35%
G=19.34%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058213700.60.330.20333.1755.1656.27
HexCD528903C211414d3738
Octal31512221107441245156770
Binary11001101101001010001001011110010000110100101001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5289; }

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

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

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

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

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

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

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

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