#D446A0

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

Shades of Mulberry #D446A0

Tints of Mulberry #D446A0

Color information

#D446A0 (or 0xD446A0) is unknown color: approx Mulberry. HEX triplet: D4, 46 and A0. RGB value is (212,70,160). Sum of RGB (Red+Green+Blue) = 212+70+160=442 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.96% from 442); Green value is 70 (27.73% from 255 or 15.84% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 212 - color contains mainly: red. Hex color #D446A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D446A0 is #2BB95F. Grayscale: #7A7A7A. Windows color (decimal): -2865504 or 10503892. OLE color: 10503892.

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

Color convert

RGB21270160-
CMYK00.670.250.17
HSL321.97º62.28%55.29%-
HSV(B)321.97º66.98%83.14%-
XYZ35.6920.9235.41-
YUV122.72149.04191.68-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 47.96%
GREEN value IS 70 (27.73% from 255) = 15.84%
BLUE value IS 160 (62.89% from 255) = 36.20%
R=47.96%
G=15.84%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2127016000.670.250.17321.9762.2855.29
HexD446A004319111423e37
Octal324106240010331215027667
Binary11010100100011010100000010000111100110001101000010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D446A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D446A0; }

 p { color: rgb(212,70,160); }

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

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

 a { background-color: rgb(212,70,160); }

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

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

 span { border-color: rgb(212,70,160); }

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