#CD519E

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

Shades of Mulberry #CD519E

Tints of Mulberry #CD519E

Color information

#CD519E (or 0xCD519E) is unknown color: approx Mulberry. HEX triplet: CD, 51 and 9E. RGB value is (205,81,158). Sum of RGB (Red+Green+Blue) = 205+81+158=444 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.17% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 158 (62.11% from 255 or 35.59% from 444); Max value from RGB is 205 - color contains mainly: red. Hex color #CD519E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD519E is #32AE61. Grayscale: #7E7E7E. Windows color (decimal): -3321442 or 10375629. OLE color: 10375629.

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

Color convert

RGB20581158-
CMYK00.600.230.20
HSL322.74º55.36%56.08%-
HSV(B)322.74º60.49%80.39%-
XYZ34.2921.3334.66-
YUV126.85145.58183.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.17%
GREEN value IS 81 (32.03% from 255) = 18.24%
BLUE value IS 158 (62.11% from 255) = 35.59%
R=46.17%
G=18.24%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.23
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058115800.600.230.20322.7455.3656.08
HexCD519E03C17141433738
Octal31512123607427245036770
Binary1100110110100011001111001111001011110100101000011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD519E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD519E; }

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

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

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

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

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

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

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

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