#CD408D

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

Shades of Mulberry #CD408D

Tints of Mulberry #CD408D

Color information

#CD408D (or 0xCD408D) is unknown color: approx Mulberry. HEX triplet: CD, 40 and 8D. RGB value is (205,64,141). Sum of RGB (Red+Green+Blue) = 205+64+141=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 64 (25.39% from 255 or 15.61% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD408D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD408D is #32BF72. Grayscale: #727272. Windows color (decimal): -3325811 or 9257165. OLE color: 9257165.

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

Color convert

RGB20564141-
CMYK00.690.310.20
HSL327.23º58.51%52.75%-
HSV(B)327.23º68.78%80.39%-
XYZ31.8218.5727.11-
YUV114.94142.71192.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 64 (25.39% from 255) = 15.61%
BLUE value IS 141 (55.47% from 255) = 34.39%
R=50%
G=15.61%
B=34.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056414100.690.310.20327.2358.5152.75
HexCD408D0451F141473b35
Octal315100215010537245077365
Binary11001101100000010001101010001011111110100101000111111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD408D; }

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

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

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

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

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

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

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

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