#D450AC

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

Shades of Mulberry #D450AC

Tints of Mulberry #D450AC

Color information

#D450AC (or 0xD450AC) is unknown color: approx Mulberry. HEX triplet: D4, 50 and AC. RGB value is (212,80,172). Sum of RGB (Red+Green+Blue) = 212+80+172=464 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.69% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 172 (67.58% from 255 or 37.07% from 464); Max value from RGB is 212 - color contains mainly: red. Hex color #D450AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D450AC is #2BAF53. Grayscale: #818181. Windows color (decimal): -2862932 or 11292884. OLE color: 11292884.

HSL color Cylindrical-coordinate representation of color #D450AC: hue angle of 318.18º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D450AC is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB21280172-
CMYK00.620.190.17
HSL318.18º60.55%57.25%-
HSV(B)318.18º62.26%83.14%-
XYZ37.4722.7141.44-
YUV129.96151.73186.52-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.69%
GREEN value IS 80 (31.64% from 255) = 17.24%
BLUE value IS 172 (67.58% from 255) = 37.07%
R=45.69%
G=17.24%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2128017200.620.190.17318.1860.5557.25
HexD450AC03E131113e3d39
Octal32412025407623214767571
Binary1101010010100001010110001111101001110001100111110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D450AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D450AC; }

 p { color: rgb(212,80,172); }

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

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

 a { background-color: rgb(212,80,172); }

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

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

 span { border-color: rgb(212,80,172); }

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