#D43DA2

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

Shades of Mulberry #D43DA2

Tints of Mulberry #D43DA2

Color information

#D43DA2 (or 0xD43DA2) is unknown color: approx Mulberry. HEX triplet: D4, 3D and A2. RGB value is (212,61,162). Sum of RGB (Red+Green+Blue) = 212+61+162=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 162 (63.67% from 255 or 37.24% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D43DA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43DA2 is #2BC25D. Grayscale: #757575. Windows color (decimal): -2867806 or 10632660. OLE color: 10632660.

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

Color convert

RGB21261162-
CMYK00.710.240.17
HSL319.87º63.71%53.53%-
HSV(B)319.87º71.23%83.14%-
XYZ35.3419.9436.17-
YUV117.66153.03195.29-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.74%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 162 (63.67% from 255) = 37.24%
R=48.74%
G=14.02%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126116200.710.240.17319.8763.7153.53
HexD43DA204718111404036
Octal324752420107302150010066
Binary11010100111101101000100100011111000100011010000001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43DA2; }

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

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

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

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

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

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

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

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