#D94CA7

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

Shades of Mulberry #D94CA7

Tints of Mulberry #D94CA7

Color information

#D94CA7 (or 0xD94CA7) is unknown color: approx Mulberry. HEX triplet: D9, 4C and A7. RGB value is (217,76,167). Sum of RGB (Red+Green+Blue) = 217+76+167=460 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.17% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 167 (65.62% from 255 or 36.30% from 460); Max value from RGB is 217 - color contains mainly: red. Hex color #D94CA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94CA7 is #26B358. Grayscale: #808080. Windows color (decimal): -2536281 or 10964185. OLE color: 10964185.

HSL color Cylindrical-coordinate representation of color #D94CA7: hue angle of 321.28º 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 #D94CA7 is Cyan = 0, Magento = 0.65, Yellow = 0.23 and Black (K on CMYK) = 0.15.

Color convert

RGB21776167-
CMYK00.650.230.15
HSL321.28º64.98%57.45%-
HSV(B)321.28º64.98%85.1%-
XYZ38.1722.7138.93-
YUV128.53149.71191.1-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.17%
GREEN value IS 76 (30.08% from 255) = 16.52%
BLUE value IS 167 (65.62% from 255) = 36.30%
R=47.17%
G=16.52%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177616700.650.230.15321.2864.9857.45
HexD94CA704117F1414139
Octal3311142470101271750110171
Binary11011001100110010100111010000011011111111010000011000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94CA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94CA7; }

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

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

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

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

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

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

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

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