#d84c72

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

Shades of Cranberry #D84C72

Tints of Cranberry #D84C72

Color information

#D84C72 (or 0xD84C72) is unknown color: approx Cranberry. HEX triplet: D8, 4C and 72. RGB value is (216,76,114). Sum of RGB (Red+Green+Blue) = 216+76+114=406 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.20% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 114 (44.92% from 255 or 28.08% from 406); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84C72 is #27B38D. Grayscale: #7A7A7A. Windows color (decimal): -2601870 or 7490776. OLE color: 7490776.

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

Color convert

RGB21676114-
CMYK00.650.470.15
HSL343.71º64.22%57.25%-
HSV(B)343.71º64.81%84.71%-
XYZ33.9420.9818.18-
YUV122.19123.38194.91-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.20%
GREEN value IS 76 (30.08% from 255) = 18.72%
BLUE value IS 114 (44.92% from 255) = 28.08%
R=53.20%
G=18.72%
B=28.08%

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
Decimal2167611400.650.470.15343.7164.2257.25
HexD84C720412FF1584039
Octal3301141620101571753010071
Binary11011000100110011100100100000110111111111010110001000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d84c72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d84c72; }

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

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

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

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

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

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

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

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