#D94A86

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

Shades of Cranberry #D94A86

Tints of Cranberry #D94A86

Color information

#D94A86 (or 0xD94A86) is unknown color: approx Cranberry. HEX triplet: D9, 4A and 86. RGB value is (217,74,134). Sum of RGB (Red+Green+Blue) = 217+74+134=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 134 (52.73% from 255 or 31.53% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D94A86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94A86 is #26B579. Grayscale: #7B7B7B. Windows color (decimal): -2536826 or 8800985. OLE color: 8800985.

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

Color convert

RGB21774134-
CMYK00.660.380.15
HSL334.83º65.3%57.06%-
HSV(B)334.83º65.9%85.1%-
XYZ35.3721.3724.82-
YUV123.6133.88194.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.06%
GREEN value IS 74 (29.30% from 255) = 17.41%
BLUE value IS 134 (52.73% from 255) = 31.53%
R=51.06%
G=17.41%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177413400.660.380.15334.8365.357.06
HexD94A8604226F14f4139
Octal3311122060102461751710171
Binary110110011001010100001100100001010011011111010011111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94A86; }

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

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

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

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

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

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

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

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