#cd5293

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

Shades of Mulberry #CD5293

Tints of Mulberry #CD5293

Color information

#CD5293 (or 0xCD5293) is unknown color: approx Mulberry. HEX triplet: CD, 52 and 93. RGB value is (205,82,147). Sum of RGB (Red+Green+Blue) = 205+82+147=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5293 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5293 is #32AD6C. Grayscale: #7E7E7E. Windows color (decimal): -3321197 or 9654989. OLE color: 9654989.

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

Color convert

RGB20582147-
CMYK00.60.280.20
HSL328.29º55.16%56.27%-
HSV(B)328.29º60%80.39%-
XYZ33.4621.1229.92-
YUV126.19139.75184.21-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.24%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=47.24%
G=18.89%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058214700.60.280.20328.2955.1656.27
HexCD529303C1C141483738
Octal31512222307434245106770
Binary1100110110100101001001101111001110010100101001000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd5293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd5293; }

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

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

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

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

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

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

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

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