#CD44A5

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

Shades of Mulberry #CD44A5

Tints of Mulberry #CD44A5

Color information

#CD44A5 (or 0xCD44A5) is unknown color: approx Mulberry. HEX triplet: CD, 44 and A5. RGB value is (205,68,165). Sum of RGB (Red+Green+Blue) = 205+68+165=438 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.80% from 438); Green value is 68 (26.95% from 255 or 15.53% from 438); Blue value is 165 (64.84% from 255 or 37.67% from 438); Max value from RGB is 205 - color contains mainly: red. Hex color #CD44A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD44A5 is #32BB5A. Grayscale: #777777. Windows color (decimal): -3324763 or 10831053. OLE color: 10831053.

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

Color convert

RGB20568165-
CMYK00.670.200.20
HSL317.52º57.81%53.53%-
HSV(B)317.52º66.83%80.39%-
XYZ34.0419.8337.63-
YUV120.02153.39188.61-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.80%
GREEN value IS 68 (26.95% from 255) = 15.53%
BLUE value IS 165 (64.84% from 255) = 37.67%
R=46.80%
G=15.53%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056816500.670.200.20317.5257.8153.53
HexCD44A5043141413e3a36
Octal315104245010324244767266
Binary11001101100010010100101010000111010010100100111110111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD44A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD44A5; }

 p { color: rgb(205,68,165); }

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

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

 a { background-color: rgb(205,68,165); }

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

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

 span { border-color: rgb(205,68,165); }

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