#CD569D

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

Shades of Mulberry #CD569D

Tints of Mulberry #CD569D

Color information

#CD569D (or 0xCD569D) is unknown color: approx Mulberry. HEX triplet: CD, 56 and 9D. RGB value is (205,86,157). Sum of RGB (Red+Green+Blue) = 205+86+157=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 86 (33.98% from 255 or 19.20% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD569D is #32A962. Grayscale: #818181. Windows color (decimal): -3320163 or 10311373. OLE color: 10311373.

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

Color convert

RGB20586157-
CMYK00.580.230.20
HSL324.2º54.34%57.06%-
HSV(B)324.2º58.05%80.39%-
XYZ34.5922.0734.33-
YUV129.67143.42181.73-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.76%
GREEN value IS 86 (33.98% from 255) = 19.20%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=45.76%
G=19.20%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058615700.580.230.20324.254.3457.06
HexCD569D03A17141443639
Octal31512623507227245046671
Binary1100110110101101001110101110101011110100101000100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD569D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD569D; }

 p { color: rgb(205,86,157); }

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

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

 a { background-color: rgb(205,86,157); }

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

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

 span { border-color: rgb(205,86,157); }

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