#CD59A4

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

Shades of Mulberry #CD59A4

Tints of Mulberry #CD59A4

Color information

#CD59A4 (or 0xCD59A4) is unknown color: approx Mulberry. HEX triplet: CD, 59 and A4. RGB value is (205,89,164). Sum of RGB (Red+Green+Blue) = 205+89+164=458 (60% of max value = 765). Red value is 205 (80.47% from 255 or 44.76% from 458); Green value is 89 (35.16% from 255 or 19.43% from 458); Blue value is 164 (64.45% from 255 or 35.81% from 458); Max value from RGB is 205 - color contains mainly: red. Hex color #CD59A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD59A4 is #32A65B. Grayscale: #848484. Windows color (decimal): -3319388 or 10770893. OLE color: 10770893.

HSL color Cylindrical-coordinate representation of color #CD59A4: hue angle of 321.21º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CD59A4 is Cyan = 0, Magento = 0.57, Yellow = 0.2 and Black (K on CMYK) = 0.20.

Color convert

RGB20589164-
CMYK00.570.20.20
HSL321.21º53.7%57.65%-
HSV(B)321.21º56.59%80.39%-
XYZ35.4522.837.66-
YUV132.23145.93179.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 44.76%
GREEN value IS 89 (35.16% from 255) = 19.43%
BLUE value IS 164 (64.45% from 255) = 35.81%
R=44.76%
G=19.43%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.2
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058916400.570.20.20321.2153.757.65
HexCD59A40391414141363a
Octal31513124407124245016672
Binary1100110110110011010010001110011010010100101000001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD59A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD59A4; }

 p { color: rgb(205,89,164); }

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

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

 a { background-color: rgb(205,89,164); }

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

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

 span { border-color: rgb(205,89,164); }

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