#CD4080

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

Shades of Mulberry #CD4080

Tints of Mulberry #CD4080

Color information

#CD4080 (or 0xCD4080) is unknown color: approx Mulberry. HEX triplet: CD, 40 and 80. RGB value is (205,64,128). Sum of RGB (Red+Green+Blue) = 205+64+128=397 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.64% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4080 is #32BF7F. Grayscale: #717171. Windows color (decimal): -3325824 or 8405197. OLE color: 8405197.

HSL color Cylindrical-coordinate representation of color #CD4080: hue angle of 332.77º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD4080 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB20564128-
CMYK00.690.380.20
HSL332.77º58.51%52.75%-
HSV(B)332.77º68.78%80.39%-
XYZ30.9118.222.31-
YUV113.46136.21193.3-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 51.64%
GREEN value IS 64 (25.39% from 255) = 16.12%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=51.64%
G=16.12%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056412800.690.380.20332.7758.5152.75
HexCD4080045261414d3b35
Octal315100200010546245157365
Binary110011011000000100000000100010110011010100101001101111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4080; }

 p { color: rgb(205,64,128); }

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

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

 a { background-color: rgb(205,64,128); }

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

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

 span { border-color: rgb(205,64,128); }

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