#CD518F

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

Shades of Mulberry #CD518F

Tints of Mulberry #CD518F

Color information

#CD518F (or 0xCD518F) is unknown color: approx Mulberry. HEX triplet: CD, 51 and 8F. RGB value is (205,81,143). Sum of RGB (Red+Green+Blue) = 205+81+143=429 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.79% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 143 (56.25% from 255 or 33.33% from 429); Max value from RGB is 205 - color contains mainly: red. Hex color #CD518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD518F is #32AE70. Grayscale: #7D7D7D. Windows color (decimal): -3321457 or 9392589. OLE color: 9392589.

HSL color Cylindrical-coordinate representation of color #CD518F: hue angle of 330º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD518F is Cyan = 0, Magento = 0.60, Yellow = 0.30 and Black (K on CMYK) = 0.20.

Color convert

RGB20581143-
CMYK00.600.300.20
HSL330º55.36%56.08%-
HSV(B)330º60.49%80.39%-
XYZ33.0820.8528.27-
YUV125.14138.08184.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.79%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 143 (56.25% from 255) = 33.33%
R=47.79%
G=18.88%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.30
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058114300.600.300.2033055.3656.08
HexCD518F03C1E1414a3738
Octal31512121707436245126770
Binary1100110110100011000111101111001111010100101001010110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD518F; }

 p { color: rgb(205,81,143); }

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

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

 a { background-color: rgb(205,81,143); }

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

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

 span { border-color: rgb(205,81,143); }

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