#D84D76

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

Shades of Cranberry #D84D76

Tints of Cranberry #D84D76

Color information

#D84D76 (or 0xD84D76) is unknown color: approx Cranberry. HEX triplet: D8, 4D and 76. RGB value is (216,77,118). Sum of RGB (Red+Green+Blue) = 216+77+118=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 77 (30.47% from 255 or 18.73% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D84D76 is #27B289. Grayscale: #7B7B7B. Windows color (decimal): -2601610 or 7753176. OLE color: 7753176.

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

Color convert

RGB21677118-
CMYK00.640.450.15
HSL342.3º64.06%57.45%-
HSV(B)342.3º64.35%84.71%-
XYZ34.2421.2119.43-
YUV123.24125.05194.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.55%
GREEN value IS 77 (30.47% from 255) = 18.73%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=52.55%
G=18.73%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167711800.640.450.15342.364.0657.45
HexD84D760402DF1564039
Octal3301151660100551752610071
Binary11011000100110111101100100000010110111111010101101000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84D76; }

 p { color: rgb(216,77,118); }

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

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

 a { background-color: rgb(216,77,118); }

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

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

 span { border-color: rgb(216,77,118); }

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