#d84974

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

Shades of Cranberry #D84974

Tints of Cranberry #D84974

Color information

#D84974 (or 0xD84974) is unknown color: approx Cranberry. HEX triplet: D8, 49 and 74. RGB value is (216,73,116). Sum of RGB (Red+Green+Blue) = 216+73+116=405 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.33% from 405); Green value is 73 (28.91% from 255 or 18.02% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 216 - color contains mainly: red. Hex color #D84974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84974 is #27B68B. Grayscale: #787878. Windows color (decimal): -2602636 or 7621080. OLE color: 7621080.

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

Color convert

RGB21673116-
CMYK00.660.460.15
HSL341.96º64.71%56.67%-
HSV(B)341.96º66.2%84.71%-
XYZ33.8520.6218.72-
YUV120.66125.38196-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.33%
GREEN value IS 73 (28.91% from 255) = 18.02%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=53.33%
G=18.02%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167311600.660.460.15341.9664.7156.67
HexD849740422EF1564139
Octal3301111640102561752610171
Binary11011000100100111101000100001010111011111010101101000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d84974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d84974; }

 p { color: rgb(216,73,116); }

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

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

 a { background-color: rgb(216,73,116); }

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

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

 span { border-color: rgb(216,73,116); }

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