#CA3DA2

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

Shades of Mulberry #CA3DA2

Tints of Mulberry #CA3DA2

Color information

#CA3DA2 (or 0xCA3DA2) is unknown color: approx Mulberry. HEX triplet: CA, 3D and A2. RGB value is (202,61,162). Sum of RGB (Red+Green+Blue) = 202+61+162=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 61 (24.22% from 255 or 14.35% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA3DA2 is #35C25D. Grayscale: #727272. Windows color (decimal): -3523166 or 10632650. OLE color: 10632650.

HSL color Cylindrical-coordinate representation of color #CA3DA2: hue angle of 317.02º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CA3DA2 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB20261162-
CMYK00.700.200.21
HSL317.02º57.09%51.57%-
HSV(B)317.02º69.8%79.22%-
XYZ32.5518.536.04-
YUV114.67154.71190.29-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 61 (24.22% from 255) = 14.35%
BLUE value IS 162 (63.67% from 255) = 38.12%
R=47.53%
G=14.35%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026116200.700.200.21317.0257.0951.57
HexCA3DA2046141513d3934
Octal31275242010624254757164
Binary1100101011110110100010010001101010010101100111101111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3DA2; }

 p { color: rgb(202,61,162); }

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

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

 a { background-color: rgb(202,61,162); }

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

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

 span { border-color: rgb(202,61,162); }

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