#CD458B

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

Shades of Mulberry #CD458B

Tints of Mulberry #CD458B

Color information

#CD458B (or 0xCD458B) is unknown color: approx Mulberry. HEX triplet: CD, 45 and 8B. RGB value is (205,69,139). Sum of RGB (Red+Green+Blue) = 205+69+139=413 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.64% from 413); Green value is 69 (27.34% from 255 or 16.71% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 205 - color contains mainly: red. Hex color #CD458B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD458B is #32BA74. Grayscale: #757575. Windows color (decimal): -3324533 or 9127373. OLE color: 9127373.

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

Color convert

RGB20569139-
CMYK00.660.320.20
HSL329.12º57.63%53.73%-
HSV(B)329.12º66.34%80.39%-
XYZ31.9719.126.43-
YUV117.64140.06190.31-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 49.64%
GREEN value IS 69 (27.34% from 255) = 16.71%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=49.64%
G=16.71%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056913900.660.320.20329.1257.6353.73
HexCD458B04220141493a36
Octal315105213010240245117266
Binary110011011000101100010110100001010000010100101001001111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD458B; }

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

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

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

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

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

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

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

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