#D13CA8

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

Shades of Mulberry #D13CA8

Tints of Mulberry #D13CA8

Color information

#D13CA8 (or 0xD13CA8) is unknown color: approx Mulberry. HEX triplet: D1, 3C and A8. RGB value is (209,60,168). Sum of RGB (Red+Green+Blue) = 209+60+168=437 (57% of max value = 765). Red value is 209 (82.03% from 255 or 47.83% from 437); Green value is 60 (23.83% from 255 or 13.73% from 437); Blue value is 168 (66.02% from 255 or 38.44% from 437); Max value from RGB is 209 - color contains mainly: red. Hex color #D13CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13CA8 is #2EC357. Grayscale: #747474. Windows color (decimal): -3064664 or 11025617. OLE color: 11025617.

HSL color Cylindrical-coordinate representation of color #D13CA8: hue angle of 316.51º 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 #D13CA8 is Cyan = 0, Magento = 0.71, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB20960168-
CMYK00.710.200.18
HSL316.51º61.83%52.75%-
HSV(B)316.51º71.29%81.96%-
XYZ34.9819.6138.99-
YUV116.86156.86193.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.83%
GREEN value IS 60 (23.83% from 255) = 13.73%
BLUE value IS 168 (66.02% from 255) = 38.44%
R=47.83%
G=13.73%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096016800.710.200.18316.5161.8352.75
HexD13CA8047141213d3e35
Octal32174250010724224757665
Binary1101000111110010101000010001111010010010100111101111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D13CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D13CA8; }

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

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

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

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

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

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

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

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