#CD58A2

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

Shades of Mulberry #CD58A2

Tints of Mulberry #CD58A2

Color information

#CD58A2 (or 0xCD58A2) is unknown color: approx Mulberry. HEX triplet: CD, 58 and A2. RGB value is (205,88,162). Sum of RGB (Red+Green+Blue) = 205+88+162=455 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.05% from 455); Green value is 88 (34.77% from 255 or 19.34% from 455); Blue value is 162 (63.67% from 255 or 35.60% from 455); Max value from RGB is 205 - color contains mainly: red. Hex color #CD58A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD58A2 is #32A75D. Grayscale: #838383. Windows color (decimal): -3319646 or 10639565. OLE color: 10639565.

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

Color convert

RGB20588162-
CMYK00.570.210.20
HSL322.05º53.92%57.45%-
HSV(B)322.05º57.07%80.39%-
XYZ35.1922.5736.68-
YUV131.42145.26180.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.05%
GREEN value IS 88 (34.77% from 255) = 19.34%
BLUE value IS 162 (63.67% from 255) = 35.60%
R=45.05%
G=19.34%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058816200.570.210.20322.0553.9257.45
HexCD58A203915141423639
Octal31513024207125245026671
Binary1100110110110001010001001110011010110100101000010110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD58A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD58A2; }

 p { color: rgb(205,88,162); }

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

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

 a { background-color: rgb(205,88,162); }

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

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

 span { border-color: rgb(205,88,162); }

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