#D43FA7

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

Shades of Mulberry #D43FA7

Tints of Mulberry #D43FA7

Color information

#D43FA7 (or 0xD43FA7) is unknown color: approx Mulberry. HEX triplet: D4, 3F and A7. RGB value is (212,63,167). Sum of RGB (Red+Green+Blue) = 212+63+167=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 63 (25% from 255 or 14.25% from 442); Blue value is 167 (65.62% from 255 or 37.78% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D43FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D43FA7 is #2BC058. Grayscale: #777777. Windows color (decimal): -2867289 or 10960852. OLE color: 10960852.

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

Color convert

RGB21263167-
CMYK00.700.210.17
HSL318.12º63.4%53.92%-
HSV(B)318.12º70.28%83.14%-
XYZ35.920.3438.59-
YUV119.41154.86194.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.96%
GREEN value IS 63 (25% from 255) = 14.25%
BLUE value IS 167 (65.62% from 255) = 37.78%
R=47.96%
G=14.25%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2126316700.700.210.17318.1263.453.92
HexD43FA7046151113e3f36
Octal32477247010625214767766
Binary1101010011111110100111010001101010110001100111110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43FA7; }

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

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

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

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

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

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

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

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