#CD509B

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

Shades of Mulberry #CD509B

Tints of Mulberry #CD509B

Color information

#CD509B (or 0xCD509B) is unknown color: approx Mulberry. HEX triplet: CD, 50 and 9B. RGB value is (205,80,155). Sum of RGB (Red+Green+Blue) = 205+80+155=440 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.59% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 205 - color contains mainly: red. Hex color #CD509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD509B is #32AF64. Grayscale: #7D7D7D. Windows color (decimal): -3321701 or 10178765. OLE color: 10178765.

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

Color convert

RGB20580155-
CMYK00.610.240.20
HSL324º55.56%55.88%-
HSV(B)324º60.98%80.39%-
XYZ33.9621.0833.29-
YUV125.92144.41184.4-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.59%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 155 (60.94% from 255) = 35.23%
R=46.59%
G=18.18%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.24
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2058015500.610.240.2032455.5655.88
HexCD509B03D18141443838
Octal31512023307530245047070
Binary1100110110100001001101101111011100010100101000100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD509B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD509B; }

 p { color: rgb(205,80,155); }

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

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

 a { background-color: rgb(205,80,155); }

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

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

 span { border-color: rgb(205,80,155); }

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