#CD569E

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

Shades of Mulberry #CD569E

Tints of Mulberry #CD569E

Color information

#CD569E (or 0xCD569E) is unknown color: approx Mulberry. HEX triplet: CD, 56 and 9E. RGB value is (205,86,158). Sum of RGB (Red+Green+Blue) = 205+86+158=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 158 (62.11% from 255 or 35.19% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD569E is #32A961. Grayscale: #818181. Windows color (decimal): -3320162 or 10376909. OLE color: 10376909.

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

Color convert

RGB20586158-
CMYK00.580.230.20
HSL323.7º54.34%57.06%-
HSV(B)323.7º58.05%80.39%-
XYZ34.6822.134.79-
YUV129.79143.92181.65-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.66%
GREEN value IS 86 (33.98% from 255) = 19.15%
BLUE value IS 158 (62.11% from 255) = 35.19%
R=45.66%
G=19.15%
B=35.19%

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
Decimal2058615800.580.230.20323.754.3457.06
HexCD569E03A17141443639
Octal31512623607227245046671
Binary1100110110101101001111001110101011110100101000100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD569E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD569E; }

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

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

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

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

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

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

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

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