#D94686

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

Shades of Cranberry #D94686

Tints of Cranberry #D94686

Color information

#D94686 (or 0xD94686) is unknown color: approx Cranberry. HEX triplet: D9, 46 and 86. RGB value is (217,70,134). Sum of RGB (Red+Green+Blue) = 217+70+134=421 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.54% from 421); Green value is 70 (27.73% from 255 or 16.63% from 421); Blue value is 134 (52.73% from 255 or 31.83% from 421); Max value from RGB is 217 - color contains mainly: red. Hex color #D94686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94686 is #26B979. Grayscale: #797979. Windows color (decimal): -2537850 or 8799961. OLE color: 8799961.

HSL color Cylindrical-coordinate representation of color #D94686: hue angle of 333.88º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D94686 is Cyan = 0, Magento = 0.68, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB21770134-
CMYK00.680.380.15
HSL333.88º65.92%56.27%-
HSV(B)333.88º67.74%85.1%-
XYZ35.1120.8524.73-
YUV121.25135.2196.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.54%
GREEN value IS 70 (27.73% from 255) = 16.63%
BLUE value IS 134 (52.73% from 255) = 31.83%
R=51.54%
G=16.63%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177013400.680.380.15333.8865.9256.27
HexD9468604426F14e4238
Octal3311062060104461751610270
Binary110110011000110100001100100010010011011111010011101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94686; }

 p { color: rgb(217,70,134); }

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

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

 a { background-color: rgb(217,70,134); }

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

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

 span { border-color: rgb(217,70,134); }

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