#D84C73

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

Shades of Cranberry #D84C73

Tints of Cranberry #D84C73

Color information

#D84C73 (or 0xD84C73) is unknown color: approx Cranberry. HEX triplet: D8, 4C and 73. RGB value is (216,76,115). Sum of RGB (Red+Green+Blue) = 216+76+115=407 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.07% from 407); Green value is 76 (30.08% from 255 or 18.67% from 407); Blue value is 115 (45.31% from 255 or 28.26% from 407); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C73 is #27B38C. Grayscale: #7A7A7A. Windows color (decimal): -2601869 or 7556312. OLE color: 7556312.

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

Color convert

RGB21676115-
CMYK00.650.470.15
HSL343.29º64.22%57.25%-
HSV(B)343.29º64.81%84.71%-
XYZ3421.0118.48-
YUV122.31123.88194.83-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.07%
GREEN value IS 76 (30.08% from 255) = 18.67%
BLUE value IS 115 (45.31% from 255) = 28.26%
R=53.07%
G=18.67%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167611500.650.470.15343.2964.2257.25
HexD84C730412FF1574039
Octal3301141630101571752710071
Binary11011000100110011100110100000110111111111010101111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84C73; }

 p { color: rgb(216,76,115); }

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

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

 a { background-color: rgb(216,76,115); }

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

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

 span { border-color: rgb(216,76,115); }

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