#D94B86

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

Shades of Cranberry #D94B86

Tints of Cranberry #D94B86

Color information

#D94B86 (or 0xD94B86) is unknown color: approx Cranberry. HEX triplet: D9, 4B and 86. RGB value is (217,75,134). Sum of RGB (Red+Green+Blue) = 217+75+134=426 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.94% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94B86 is #26B479. Grayscale: #7C7C7C. Windows color (decimal): -2536570 or 8801241. OLE color: 8801241.

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

Color convert

RGB21775134-
CMYK00.650.380.15
HSL335.07º65.14%57.25%-
HSV(B)335.07º65.44%85.1%-
XYZ35.4321.5124.84-
YUV124.18133.54194.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.94%
GREEN value IS 75 (29.69% from 255) = 17.61%
BLUE value IS 134 (52.73% from 255) = 31.46%
R=50.94%
G=17.61%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177513400.650.380.15335.0765.1457.25
HexD94B8604126F14f4139
Octal3311132060101461751710171
Binary110110011001011100001100100000110011011111010011111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94B86; }

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

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

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

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

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

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

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

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