#CD499D

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

Shades of Mulberry #CD499D

Tints of Mulberry #CD499D

Color information

#CD499D (or 0xCD499D) is unknown color: approx Mulberry. HEX triplet: CD, 49 and 9D. RGB value is (205,73,157). Sum of RGB (Red+Green+Blue) = 205+73+157=435 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.13% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 205 - color contains mainly: red. Hex color #CD499D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD499D is #32B662. Grayscale: #797979. Windows color (decimal): -3323491 or 10308045. OLE color: 10308045.

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

Color convert

RGB20573157-
CMYK00.640.230.20
HSL321.82º56.9%54.51%-
HSV(B)321.82º64.39%80.39%-
XYZ33.6520.1834.02-
YUV122.04147.73187.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.13%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=47.13%
G=16.78%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057315700.640.230.20321.8256.954.51
HexCD499D04017141423937
Octal315111235010027245027167
Binary11001101100100110011101010000001011110100101000010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD499D; }

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

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

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

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

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

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

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

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