#D94B85

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

Shades of Cranberry #D94B85

Tints of Cranberry #D94B85

Color information

#D94B85 (or 0xD94B85) is unknown color: approx Cranberry. HEX triplet: D9, 4B and 85. RGB value is (217,75,133). Sum of RGB (Red+Green+Blue) = 217+75+133=425 (56% of max value = 765). Red value is 217 (85.16% from 255 or 51.06% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 217 - color contains mainly: red. Hex color #D94B85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D94B85 is #26B47A. Grayscale: #7B7B7B. Windows color (decimal): -2536571 or 8735705. OLE color: 8735705.

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

Color convert

RGB21775133-
CMYK00.650.390.15
HSL335.49º65.14%57.25%-
HSV(B)335.49º65.44%85.1%-
XYZ35.3621.4824.47-
YUV124.07133.04194.28-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.06%
GREEN value IS 75 (29.69% from 255) = 17.65%
BLUE value IS 133 (52.34% from 255) = 31.29%
R=51.06%
G=17.65%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177513300.650.390.15335.4965.1457.25
HexD94B8504127F14f4139
Octal3311132050101471751710171
Binary110110011001011100001010100000110011111111010011111000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D94B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D94B85; }

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

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

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

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

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

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

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

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