#D43FAA

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

Shades of Mulberry #D43FAA

Tints of Mulberry #D43FAA

Color information

#D43FAA (or 0xD43FAA) is unknown color: approx Mulberry. HEX triplet: D4, 3F and AA. RGB value is (212,63,170). Sum of RGB (Red+Green+Blue) = 212+63+170=445 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.64% from 445); Green value is 63 (25% from 255 or 14.16% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43FAA is #2BC055. Grayscale: #777777. Windows color (decimal): -2867286 or 11157460. OLE color: 11157460.

HSL color Cylindrical-coordinate representation of color #D43FAA: hue angle of 316.91º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D43FAA is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB21263170-
CMYK00.700.200.17
HSL316.91º63.4%53.92%-
HSV(B)316.91º70.28%83.14%-
XYZ36.1820.4540.07-
YUV119.75156.36193.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.64%
GREEN value IS 63 (25% from 255) = 14.16%
BLUE value IS 170 (66.80% from 255) = 38.20%
R=47.64%
G=14.16%
B=38.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126317000.700.200.17316.9163.453.92
HexD43FAA046141113d3f36
Octal32477252010624214757766
Binary1101010011111110101010010001101010010001100111101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43FAA; }

 p { color: rgb(212,63,170); }

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

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

 a { background-color: rgb(212,63,170); }

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

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

 span { border-color: rgb(212,63,170); }

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