#D044A4

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

Shades of Mulberry #D044A4

Tints of Mulberry #D044A4

Color information

#D044A4 (or 0xD044A4) is unknown color: approx Mulberry. HEX triplet: D0, 44 and A4. RGB value is (208,68,164). Sum of RGB (Red+Green+Blue) = 208+68+164=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 68 (26.95% from 255 or 15.45% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D044A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D044A4 is #2FBB5B. Grayscale: #787878. Windows color (decimal): -3128156 or 10765520. OLE color: 10765520.

HSL color Cylindrical-coordinate representation of color #D044A4: hue angle of 318.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D044A4 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB20868164-
CMYK00.670.210.18
HSL318.86º59.83%54.12%-
HSV(B)318.86º67.31%81.57%-
XYZ34.7820.2237.19-
YUV120.8152.38190.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 47.27%
GREEN value IS 68 (26.95% from 255) = 15.45%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=47.27%
G=15.45%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2086816400.670.210.18318.8659.8354.12
HexD044A4043151213f3c36
Octal320104244010325224777466
Binary11010000100010010100100010000111010110010100111111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D044A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D044A4; }

 p { color: rgb(208,68,164); }

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

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

 a { background-color: rgb(208,68,164); }

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

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

 span { border-color: rgb(208,68,164); }

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