#D8446E

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

Shades of Cranberry #D8446E

Tints of Cranberry #D8446E

Color information

#D8446E (or 0xD8446E) is unknown color: approx Cranberry. HEX triplet: D8, 44 and 6E. RGB value is (216,68,110). Sum of RGB (Red+Green+Blue) = 216+68+110=394 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.82% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 110 (43.36% from 255 or 27.92% from 394); Max value from RGB is 216 - color contains mainly: red. Hex color #D8446E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8446E is #27BB91. Grayscale: #757575. Windows color (decimal): -2603922 or 7226584. OLE color: 7226584.

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

Color convert

RGB21668110-
CMYK00.690.490.15
HSL342.97º65.49%55.69%-
HSV(B)342.97º68.52%84.71%-
XYZ33.219.8616.84-
YUV117.04124.03198.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 54.82%
GREEN value IS 68 (26.95% from 255) = 17.26%
BLUE value IS 110 (43.36% from 255) = 27.92%
R=54.82%
G=17.26%
B=27.92%

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
Decimal2166811000.690.490.15342.9765.4955.69
HexD8446E04531F1574138
Octal3301041560105611752710170
Binary11011000100010011011100100010111000111111010101111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8446E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8446E; }

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

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

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

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

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

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

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

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