#CD4994

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

Shades of Mulberry #CD4994

Tints of Mulberry #CD4994

Color information

#CD4994 (or 0xCD4994) is unknown color: approx Mulberry. HEX triplet: CD, 49 and 94. RGB value is (205,73,148). Sum of RGB (Red+Green+Blue) = 205+73+148=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 73 (28.91% from 255 or 17.14% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4994 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4994 is #32B66B. Grayscale: #787878. Windows color (decimal): -3323500 or 9718221. OLE color: 9718221.

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

Color convert

RGB20573148-
CMYK00.640.280.20
HSL325.91º56.9%54.51%-
HSV(B)325.91º64.39%80.39%-
XYZ32.919.8830.12-
YUV121.02143.23187.9-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 73 (28.91% from 255) = 17.14%
BLUE value IS 148 (58.20% from 255) = 34.74%
R=48.12%
G=17.14%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057314800.640.280.20325.9156.954.51
HexCD49940401C141463937
Octal315111224010034245067167
Binary11001101100100110010100010000001110010100101000110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4994; }

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

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

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

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

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

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

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

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