#CD5A94

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

Shades of Mulberry #CD5A94

Tints of Mulberry #CD5A94

Color information

#CD5A94 (or 0xCD5A94) is unknown color: approx Mulberry. HEX triplet: CD, 5A and 94. RGB value is (205,90,148). Sum of RGB (Red+Green+Blue) = 205+90+148=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 148 (58.20% from 255 or 33.41% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CD5A94 is #32A56B. Grayscale: #828282. Windows color (decimal): -3319148 or 9722573. OLE color: 9722573.

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

Color convert

RGB20590148-
CMYK00.560.280.20
HSL329.74º53.49%57.84%-
HSV(B)329.74º56.1%80.39%-
XYZ34.1822.4330.54-
YUV131137.6180.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 46.28%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 148 (58.20% from 255) = 33.41%
R=46.28%
G=20.32%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059014800.560.280.20329.7453.4957.84
HexCD5A940381C1414a353a
Octal31513222407034245126572
Binary1100110110110101001010001110001110010100101001010110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD5A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD5A94; }

 p { color: rgb(205,90,148); }

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

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

 a { background-color: rgb(205,90,148); }

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

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

 span { border-color: rgb(205,90,148); }

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