#CD4983

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

Shades of Mulberry #CD4983

Tints of Mulberry #CD4983

Color information

#CD4983 (or 0xCD4983) is unknown color: approx Mulberry. HEX triplet: CD, 49 and 83. RGB value is (205,73,131). Sum of RGB (Red+Green+Blue) = 205+73+131=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 73 (28.91% from 255 or 17.85% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4983 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4983 is #32B67C. Grayscale: #767676. Windows color (decimal): -3323517 or 8604109. OLE color: 8604109.

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

Color convert

RGB20573131-
CMYK00.640.360.20
HSL333.64º56.9%54.51%-
HSV(B)333.64º64.39%80.39%-
XYZ31.6619.3823.55-
YUV119.08134.73189.28-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50.12%
GREEN value IS 73 (28.91% from 255) = 17.85%
BLUE value IS 131 (51.56% from 255) = 32.03%
R=50.12%
G=17.85%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057313100.640.360.20333.6456.954.51
HexCD4983040241414e3937
Octal315111203010044245167167
Binary110011011001001100000110100000010010010100101001110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4983; }

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

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

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

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

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

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

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

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