#CD519A

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

Shades of Mulberry #CD519A

Tints of Mulberry #CD519A

Color information

#CD519A (or 0xCD519A) is unknown color: approx Mulberry. HEX triplet: CD, 51 and 9A. RGB value is (205,81,154). Sum of RGB (Red+Green+Blue) = 205+81+154=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 154 (60.55% from 255 or 35% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD519A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD519A is #32AE65. Grayscale: #7E7E7E. Windows color (decimal): -3321446 or 10113485. OLE color: 10113485.

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

Color convert

RGB20581154-
CMYK00.600.250.20
HSL324.68º55.36%56.08%-
HSV(B)324.68º60.49%80.39%-
XYZ33.9521.232.87-
YUV126.4143.58184.06-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 81 (32.03% from 255) = 18.41%
BLUE value IS 154 (60.55% from 255) = 35%
R=46.59%
G=18.41%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058115400.600.250.20324.6855.3656.08
HexCD519A03C19141453738
Octal31512123207431245056770
Binary1100110110100011001101001111001100110100101000101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD519A; }

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

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

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

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

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

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

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

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