#cd48aa

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

Shades of Mulberry #CD48AA

Tints of Mulberry #CD48AA

Color information

#CD48AA (or 0xCD48AA) is unknown color: approx Mulberry. HEX triplet: CD, 48 and AA. RGB value is (205,72,170). Sum of RGB (Red+Green+Blue) = 205+72+170=447 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.86% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 205 - color contains mainly: red. Hex color #CD48AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD48AA is #32B755. Grayscale: #7A7A7A. Windows color (decimal): -3323734 or 11159757. OLE color: 11159757.

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

Color convert

RGB20572170-
CMYK00.650.170.20
HSL315.79º57.08%54.31%-
HSV(B)315.79º64.88%80.39%-
XYZ34.7520.5240.16-
YUV122.94154.56186.53-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.86%
GREEN value IS 72 (28.52% from 255) = 16.11%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=45.86%
G=16.11%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2057217000.650.170.20315.7957.0854.31
HexCD48AA041111413c3936
Octal315110252010121244747166
Binary11001101100100010101010010000011000110100100111100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd48aa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd48aa; }

 p { color: rgb(205,72,170); }

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

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

 a { background-color: rgb(205,72,170); }

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

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

 span { border-color: rgb(205,72,170); }

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