#D13CA3

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

Shades of Mulberry #D13CA3

Tints of Mulberry #D13CA3

Color information

#D13CA3 (or 0xD13CA3) is unknown color: approx Mulberry. HEX triplet: D1, 3C and A3. RGB value is (209,60,163). Sum of RGB (Red+Green+Blue) = 209+60+163=432 (57% of max value = 765). Red value is 209 (82.03% from 255 or 48.38% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13CA3 is #2EC35C. Grayscale: #747474. Windows color (decimal): -3064669 or 10697937. OLE color: 10697937.

HSL color Cylindrical-coordinate representation of color #D13CA3: hue angle of 318.52º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D13CA3 is Cyan = 0, Magento = 0.71, Yellow = 0.22 and Black (K on CMYK) = 0.18.

Color convert

RGB20960163-
CMYK00.710.220.18
HSL318.52º61.83%52.75%-
HSV(B)318.52º71.29%81.96%-
XYZ34.5219.4336.58-
YUV116.29154.36194.12-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 48.38%
GREEN value IS 60 (23.83% from 255) = 13.89%
BLUE value IS 163 (64.06% from 255) = 37.73%
R=48.38%
G=13.89%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.22
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096016300.710.220.18318.5261.8352.75
HexD13CA3047161213f3e35
Octal32174243010726224777665
Binary1101000111110010100011010001111011010010100111111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13CA3; }

 p { color: rgb(209,60,163); }

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

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

 a { background-color: rgb(209,60,163); }

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

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

 span { border-color: rgb(209,60,163); }

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