#D8447F

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

Shades of Cranberry #D8447F

Tints of Cranberry #D8447F

Color information

#D8447F (or 0xD8447F) is unknown color: approx Cranberry. HEX triplet: D8, 44 and 7F. RGB value is (216,68,127). Sum of RGB (Red+Green+Blue) = 216+68+127=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 68 (26.95% from 255 or 16.55% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D8447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8447F is #27BB80. Grayscale: #767676. Windows color (decimal): -2603905 or 8340696. OLE color: 8340696.

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

Color convert

RGB21668127-
CMYK00.690.410.15
HSL336.08º65.49%55.69%-
HSV(B)336.08º68.52%84.71%-
XYZ34.2220.2722.19-
YUV118.98132.53197.2-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 52.55%
GREEN value IS 68 (26.95% from 255) = 16.55%
BLUE value IS 127 (50% from 255) = 30.90%
R=52.55%
G=16.55%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2166812700.690.410.15336.0865.4955.69
HexD8447F04529F1504138
Octal3301041770105511752010170
Binary11011000100010011111110100010110100111111010100001000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8447F; }

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

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

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

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

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

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

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

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