#CD5099

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

Shades of Mulberry #CD5099

Tints of Mulberry #CD5099

Color information

#CD5099 (or 0xCD5099) is unknown color: approx Mulberry. HEX triplet: CD, 50 and 99. RGB value is (205,80,153). Sum of RGB (Red+Green+Blue) = 205+80+153=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 80 (31.64% from 255 or 18.26% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5099 is #32AF66. Grayscale: #7D7D7D. Windows color (decimal): -3321703 or 10047693. OLE color: 10047693.

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

Color convert

RGB20580153-
CMYK00.610.250.20
HSL324.96º55.56%55.88%-
HSV(B)324.96º60.98%80.39%-
XYZ33.821.0232.41-
YUV125.7143.41184.56-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 80 (31.64% from 255) = 18.26%
BLUE value IS 153 (60.16% from 255) = 34.93%
R=46.80%
G=18.26%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058015300.610.250.20324.9655.5655.88
HexCD509903D19141453838
Octal31512023107531245057070
Binary1100110110100001001100101111011100110100101000101111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5099; }

 p { color: rgb(205,80,153); }

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

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

 a { background-color: rgb(205,80,153); }

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

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

 span { border-color: rgb(205,80,153); }

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