#CD5A8D

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

Shades of Mulberry #CD5A8D

Tints of Mulberry #CD5A8D

Color information

#CD5A8D (or 0xCD5A8D) is unknown color: approx Mulberry. HEX triplet: CD, 5A and 8D. RGB value is (205,90,141). Sum of RGB (Red+Green+Blue) = 205+90+141=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 141 (55.47% from 255 or 32.34% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5A8D is #32A572. Grayscale: #828282. Windows color (decimal): -3319155 or 9263821. OLE color: 9263821.

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

Color convert

RGB20590141-
CMYK00.560.310.20
HSL333.39º53.49%57.84%-
HSV(B)333.39º56.1%80.39%-
XYZ33.6422.2127.71-
YUV130.2134.1181.35-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 90 (35.55% from 255) = 20.64%
BLUE value IS 141 (55.47% from 255) = 32.34%
R=47.02%
G=20.64%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059014100.560.310.20333.3953.4957.84
HexCD5A8D0381F1414d353a
Octal31513221507037245156572
Binary1100110110110101000110101110001111110100101001101110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5A8D; }

 p { color: rgb(205,90,141); }

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

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

 a { background-color: rgb(205,90,141); }

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

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

 span { border-color: rgb(205,90,141); }

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