#D940AB

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

Shades of Mulberry #D940AB

Tints of Mulberry #D940AB

Color information

#D940AB (or 0xD940AB) is unknown color: approx Mulberry. HEX triplet: D9, 40 and AB. RGB value is (217,64,171). Sum of RGB (Red+Green+Blue) = 217+64+171=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 217 - color contains mainly: red. Hex color #D940AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D940AB is #26BF54. Grayscale: #797979. Windows color (decimal): -2539349 or 11223257. OLE color: 11223257.

HSL color Cylindrical-coordinate representation of color #D940AB: hue angle of 318.04º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D940AB is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB21764171-
CMYK00.710.210.15
HSL318.04º66.81%55.1%-
HSV(B)318.04º70.51%85.1%-
XYZ37.821.3640.66-
YUV121.94155.69195.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 64 (25.39% from 255) = 14.16%
BLUE value IS 171 (67.19% from 255) = 37.83%
R=48.01%
G=14.16%
B=37.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176417100.710.210.15318.0466.8155.1
HexD940AB04715F13e4337
Octal3311002530107251747610367
Binary11011001100000010101011010001111010111111001111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D940AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D940AB; }

 p { color: rgb(217,64,171); }

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

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

 a { background-color: rgb(217,64,171); }

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

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

 span { border-color: rgb(217,64,171); }

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