#CD4D9B

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

Shades of Mulberry #CD4D9B

Tints of Mulberry #CD4D9B

Color information

#CD4D9B (or 0xCD4D9B) is unknown color: approx Mulberry. HEX triplet: CD, 4D and 9B. RGB value is (205,77,155). Sum of RGB (Red+Green+Blue) = 205+77+155=437 (57% of max value = 765). Red value is 205 (80.47% from 255 or 46.91% from 437); Green value is 77 (30.47% from 255 or 17.62% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD4D9B is #32B264. Grayscale: #7B7B7B. Windows color (decimal): -3322469 or 10177997. OLE color: 10177997.

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

Color convert

RGB20577155-
CMYK00.620.240.20
HSL323.44º56.14%55.29%-
HSV(B)323.44º62.44%80.39%-
XYZ33.7520.6533.22-
YUV124.16145.41185.66-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.91%
GREEN value IS 77 (30.47% from 255) = 17.62%
BLUE value IS 155 (60.94% from 255) = 35.47%
R=46.91%
G=17.62%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057715500.620.240.20323.4456.1455.29
HexCD4D9B03E18141433837
Octal31511523307630245037067
Binary1100110110011011001101101111101100010100101000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4D9B; }

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

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

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

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

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

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

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

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