#CD5294

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

Shades of Mulberry #CD5294

Tints of Mulberry #CD5294

Color information

#CD5294 (or 0xCD5294) is unknown color: approx Mulberry. HEX triplet: CD, 52 and 94. RGB value is (205,82,148). Sum of RGB (Red+Green+Blue) = 205+82+148=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5294 is #32AD6B. Grayscale: #7E7E7E. Windows color (decimal): -3321196 or 9720525. OLE color: 9720525.

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

Color convert

RGB20582148-
CMYK00.60.280.20
HSL327.8º55.16%56.27%-
HSV(B)327.8º60%80.39%-
XYZ33.5421.1530.33-
YUV126.3140.25184.13-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 82 (32.42% from 255) = 18.85%
BLUE value IS 148 (58.20% from 255) = 34.02%
R=47.13%
G=18.85%
B=34.02%

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
Decimal2058214800.60.280.20327.855.1656.27
HexCD529403C1C141483738
Octal31512222407434245106770
Binary1100110110100101001010001111001110010100101001000110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5294; }

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

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

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

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

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

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

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

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