#CD52A0

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

Shades of Mulberry #CD52A0

Tints of Mulberry #CD52A0

Color information

#CD52A0 (or 0xCD52A0) is unknown color: approx Mulberry. HEX triplet: CD, 52 and A0. RGB value is (205,82,160). Sum of RGB (Red+Green+Blue) = 205+82+160=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 82 (32.42% from 255 or 18.34% from 447); Blue value is 160 (62.89% from 255 or 35.79% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD52A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD52A0 is #32AD5F. Grayscale: #7F7F7F. Windows color (decimal): -3321184 or 10506957. OLE color: 10506957.

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

Color convert

RGB20582160-
CMYK00.60.220.20
HSL321.95º55.16%56.27%-
HSV(B)321.95º60%80.39%-
XYZ34.5421.5535.6-
YUV127.67146.25183.16-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 82 (32.42% from 255) = 18.34%
BLUE value IS 160 (62.89% from 255) = 35.79%
R=45.86%
G=18.34%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058216000.60.220.20321.9555.1656.27
HexCD52A003C16141423738
Octal31512224007426245026770
Binary1100110110100101010000001111001011010100101000010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD52A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD52A0; }

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

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

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

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

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

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

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

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