#D43DA8

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

Shades of Mulberry #D43DA8

Tints of Mulberry #D43DA8

Color information

#D43DA8 (or 0xD43DA8) is unknown color: approx Mulberry. HEX triplet: D4, 3D and A8. RGB value is (212,61,168). Sum of RGB (Red+Green+Blue) = 212+61+168=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 61 (24.22% from 255 or 13.83% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43DA8 is #2BC257. Grayscale: #767676. Windows color (decimal): -2867800 or 11025876. OLE color: 11025876.

HSL color Cylindrical-coordinate representation of color #D43DA8: hue angle of 317.48º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D43DA8 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB21261168-
CMYK00.710.210.17
HSL317.48º63.71%53.53%-
HSV(B)317.48º71.23%83.14%-
XYZ35.8920.1639.05-
YUV118.35156.03194.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.07%
GREEN value IS 61 (24.22% from 255) = 13.83%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=48.07%
G=13.83%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126116800.710.210.17317.4863.7153.53
HexD43DA8047151113d4036
Octal324752500107252147510066
Binary11010100111101101010000100011110101100011001111011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43DA8; }

 p { color: rgb(212,61,168); }

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

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

 a { background-color: rgb(212,61,168); }

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

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

 span { border-color: rgb(212,61,168); }

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