#d84a6f

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

Shades of Cranberry #D84A6F

Tints of Cranberry #D84A6F

Color information

#D84A6F (or 0xD84A6F) is unknown color: approx Cranberry. HEX triplet: D8, 4A and 6F. RGB value is (216,74,111). Sum of RGB (Red+Green+Blue) = 216+74+111=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 111 (43.75% from 255 or 27.68% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D84A6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84A6F is #27B590. Grayscale: #787878. Windows color (decimal): -2602385 or 7293656. OLE color: 7293656.

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

Color convert

RGB21674111-
CMYK00.660.490.15
HSL344.37º64.55%56.86%-
HSV(B)344.37º65.74%84.71%-
XYZ33.6420.6417.25-
YUV120.68122.54195.99-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.87%
GREEN value IS 74 (29.30% from 255) = 18.45%
BLUE value IS 111 (43.75% from 255) = 27.68%
R=53.87%
G=18.45%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167411100.660.490.15344.3764.5556.86
HexD84A6F04231F1584139
Octal3301121570102611753010171
Binary11011000100101011011110100001011000111111010110001000001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d84a6f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d84a6f; }

 p { color: rgb(216,74,111); }

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

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

 a { background-color: rgb(216,74,111); }

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

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

 span { border-color: rgb(216,74,111); }

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