#D942AC

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

Shades of Mulberry #D942AC

Tints of Mulberry #D942AC

Color information

#D942AC (or 0xD942AC) is unknown color: approx Mulberry. HEX triplet: D9, 42 and AC. RGB value is (217,66,172). Sum of RGB (Red+Green+Blue) = 217+66+172=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 66 (26.17% from 255 or 14.51% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D942AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D942AC is #26BD53. Grayscale: #7A7A7A. Windows color (decimal): -2538836 or 11289305. OLE color: 11289305.

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

Color convert

RGB21766172-
CMYK00.700.210.15
HSL317.88º66.52%55.49%-
HSV(B)317.88º69.59%85.1%-
XYZ38.0121.6341.2-
YUV123.23155.53194.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 66 (26.17% from 255) = 14.51%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=47.69%
G=14.51%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2176617200.700.210.15317.8866.5255.49
HexD942AC04615F13e4337
Octal3311022540106251747610367
Binary11011001100001010101100010001101010111111001111101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D942AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D942AC; }

 p { color: rgb(217,66,172); }

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

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

 a { background-color: rgb(217,66,172); }

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

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

 span { border-color: rgb(217,66,172); }

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