#D94CA5

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

Shades of Mulberry #D94CA5

Tints of Mulberry #D94CA5

Color information

#D94CA5 (or 0xD94CA5) is unknown color: approx Mulberry. HEX triplet: D9, 4C and A5. RGB value is (217,76,165). Sum of RGB (Red+Green+Blue) = 217+76+165=458 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.38% from 458); Green value is 76 (30.08% from 255 or 16.59% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94CA5 is #26B35A. Grayscale: #808080. Windows color (decimal): -2536283 or 10833113. OLE color: 10833113.

HSL color Cylindrical-coordinate representation of color #D94CA5: hue angle of 322.13º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D94CA5 is Cyan = 0, Magento = 0.65, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB21776165-
CMYK00.650.240.15
HSL322.13º64.98%57.45%-
HSV(B)322.13º64.98%85.1%-
XYZ37.9922.6437.96-
YUV128.3148.71191.26-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.38%
GREEN value IS 76 (30.08% from 255) = 16.59%
BLUE value IS 165 (64.84% from 255) = 36.03%
R=47.38%
G=16.59%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177616500.650.240.15322.1364.9857.45
HexD94CA504118F1424139
Octal3311142450101301750210171
Binary11011001100110010100101010000011100011111010000101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94CA5; }

 p { color: rgb(217,76,165); }

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

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

 a { background-color: rgb(217,76,165); }

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

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

 span { border-color: rgb(217,76,165); }

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