#CD4D82

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

Shades of Mulberry #CD4D82

Tints of Mulberry #CD4D82

Color information

#CD4D82 (or 0xCD4D82) is unknown color: approx Mulberry. HEX triplet: CD, 4D and 82. RGB value is (205,77,130). Sum of RGB (Red+Green+Blue) = 205+77+130=412 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.76% from 412); Green value is 77 (30.47% from 255 or 18.69% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4D82 is #32B27D. Grayscale: #797979. Windows color (decimal): -3322494 or 8539597. OLE color: 8539597.

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

Color convert

RGB20577130-
CMYK00.620.370.20
HSL335.16º56.14%55.29%-
HSV(B)335.16º62.44%80.39%-
XYZ31.8619.923.28-
YUV121.31132.91187.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.76%
GREEN value IS 77 (30.47% from 255) = 18.69%
BLUE value IS 130 (51.17% from 255) = 31.55%
R=49.76%
G=18.69%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057713000.620.370.20335.1656.1455.29
HexCD4D8203E251414f3837
Octal31511520207645245177067
Binary11001101100110110000010011111010010110100101001111111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4D82; }

 p { color: rgb(205,77,130); }

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

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

 a { background-color: rgb(205,77,130); }

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

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

 span { border-color: rgb(205,77,130); }

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