#CD4598

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

Shades of Mulberry #CD4598

Tints of Mulberry #CD4598

Color information

#CD4598 (or 0xCD4598) is unknown color: approx Mulberry. HEX triplet: CD, 45 and 98. RGB value is (205,69,152). Sum of RGB (Red+Green+Blue) = 205+69+152=426 (56% of max value = 765). Red value is 205 (80.47% from 255 or 48.12% from 426); Green value is 69 (27.34% from 255 or 16.20% from 426); Blue value is 152 (59.77% from 255 or 35.68% from 426); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4598 is #32BA67. Grayscale: #767676. Windows color (decimal): -3324520 or 9979341. OLE color: 9979341.

HSL color Cylindrical-coordinate representation of color #CD4598: hue angle of 323.38º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CD4598 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB20569152-
CMYK00.660.260.20
HSL323.38º57.63%53.73%-
HSV(B)323.38º66.34%80.39%-
XYZ32.9719.531.73-
YUV119.13146.56189.25-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 48.12%
GREEN value IS 69 (27.34% from 255) = 16.20%
BLUE value IS 152 (59.77% from 255) = 35.68%
R=48.12%
G=16.20%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.26
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056915200.660.260.20323.3857.6353.73
HexCD45980421A141433a36
Octal315105230010232245037266
Binary11001101100010110011000010000101101010100101000011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD4598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD4598; }

 p { color: rgb(205,69,152); }

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

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

 a { background-color: rgb(205,69,152); }

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

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

 span { border-color: rgb(205,69,152); }

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