#D84674

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

Shades of Cranberry #D84674

Tints of Cranberry #D84674

Color information

#D84674 (or 0xD84674) is unknown color: approx Cranberry. HEX triplet: D8, 46 and 74. RGB value is (216,70,116). Sum of RGB (Red+Green+Blue) = 216+70+116=402 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.73% from 402); Green value is 70 (27.73% from 255 or 17.41% from 402); Blue value is 116 (45.70% from 255 or 28.86% from 402); Max value from RGB is 216 - color contains mainly: red. Hex color #D84674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D84674 is #27B98B. Grayscale: #767676. Windows color (decimal): -2603404 or 7620312. OLE color: 7620312.

HSL color Cylindrical-coordinate representation of color #D84674: hue angle of 341.1º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D84674 is Cyan = 0, Magento = 0.68, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB21670116-
CMYK00.680.460.15
HSL341.1º65.18%56.08%-
HSV(B)341.1º67.59%84.71%-
XYZ33.6620.2418.66-
YUV118.9126.37197.26-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 53.73%
GREEN value IS 70 (27.73% from 255) = 17.41%
BLUE value IS 116 (45.70% from 255) = 28.86%
R=53.73%
G=17.41%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2167011600.680.460.15341.165.1856.08
HexD846740442EF1554138
Octal3301061640104561752510170
Binary11011000100011011101000100010010111011111010101011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84674; }

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

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

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

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

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

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

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

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