#CD528B

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

Shades of Mulberry #CD528B

Tints of Mulberry #CD528B

Color information

#CD528B (or 0xCD528B) is unknown color: approx Mulberry. HEX triplet: CD, 52 and 8B. RGB value is (205,82,139). Sum of RGB (Red+Green+Blue) = 205+82+139=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD528B is #32AD74. Grayscale: #7D7D7D. Windows color (decimal): -3321205 or 9130701. OLE color: 9130701.

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

Color convert

RGB20582139-
CMYK00.60.320.20
HSL332.2º55.16%56.27%-
HSV(B)332.2º60%80.39%-
XYZ32.8520.8826.72-
YUV125.28135.75184.87-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 82 (32.42% from 255) = 19.25%
BLUE value IS 139 (54.69% from 255) = 32.63%
R=48.12%
G=19.25%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058213900.60.320.20332.255.1656.27
HexCD528B03C201414c3738
Octal31512221307440245146770
Binary11001101101001010001011011110010000010100101001100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD528B; }

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

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

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

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

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

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

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

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