#D8446F

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

Shades of Cranberry #D8446F

Tints of Cranberry #D8446F

Color information

#D8446F (or 0xD8446F) is unknown color: approx Cranberry. HEX triplet: D8, 44 and 6F. RGB value is (216,68,111). Sum of RGB (Red+Green+Blue) = 216+68+111=395 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.68% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 111 (43.75% from 255 or 28.10% from 395); Max value from RGB is 216 - color contains mainly: red. Hex color #D8446F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8446F is #27BB90. Grayscale: #757575. Windows color (decimal): -2603921 or 7292120. OLE color: 7292120.

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

Color convert

RGB21668111-
CMYK00.690.490.15
HSL342.57º65.49%55.69%-
HSV(B)342.57º68.52%84.71%-
XYZ33.2619.8817.12-
YUV117.15124.53198.5-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.68%
GREEN value IS 68 (26.95% from 255) = 17.22%
BLUE value IS 111 (43.75% from 255) = 28.10%
R=54.68%
G=17.22%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166811100.690.490.15342.5765.4955.69
HexD8446F04531F1574138
Octal3301041570105611752710170
Binary11011000100010011011110100010111000111111010101111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8446F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8446F; }

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

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

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

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

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

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

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

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