#CD43AA

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

Shades of Mulberry #CD43AA

Tints of Mulberry #CD43AA

Color information

#CD43AA (or 0xCD43AA) is unknown color: approx Mulberry. HEX triplet: CD, 43 and AA. RGB value is (205,67,170). Sum of RGB (Red+Green+Blue) = 205+67+170=442 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.38% from 442); Green value is 67 (26.56% from 255 or 15.16% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 205 - color contains mainly: red. Hex color #CD43AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD43AA is #32BC55. Grayscale: #777777. Windows color (decimal): -3325014 or 11158477. OLE color: 11158477.

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

Color convert

RGB20567170-
CMYK00.670.170.20
HSL315.22º57.98%53.33%-
HSV(B)315.22º67.32%80.39%-
XYZ34.4419.940.06-
YUV120156.22188.62-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.38%
GREEN value IS 67 (26.56% from 255) = 15.16%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=46.38%
G=15.16%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2056717000.670.170.20315.2257.9853.33
HexCD43AA043111413b3a35
Octal315103252010321244737265
Binary11001101100001110101010010000111000110100100111011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD43AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD43AA; }

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

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

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

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

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

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

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

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