#D9467E

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

Shades of Cranberry #D9467E

Tints of Cranberry #D9467E

Color information

#D9467E (or 0xD9467E) is unknown color: approx Cranberry. HEX triplet: D9, 46 and 7E. RGB value is (217,70,126). Sum of RGB (Red+Green+Blue) = 217+70+126=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 70 (27.73% from 255 or 16.95% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9467E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9467E is #26B981. Grayscale: #787878. Windows color (decimal): -2537858 or 8275673. OLE color: 8275673.

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

Color convert

RGB21770126-
CMYK00.680.420.15
HSL337.14º65.92%56.27%-
HSV(B)337.14º67.74%85.1%-
XYZ34.5720.6421.9-
YUV120.34131.2196.95-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.54%
GREEN value IS 70 (27.73% from 255) = 16.95%
BLUE value IS 126 (49.61% from 255) = 30.51%
R=52.54%
G=16.95%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177012600.680.420.15337.1465.9256.27
HexD9467E0442AF1514238
Octal3311061760104521752110270
Binary11011001100011011111100100010010101011111010100011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9467E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9467E; }

 p { color: rgb(217,70,126); }

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

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

 a { background-color: rgb(217,70,126); }

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

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

 span { border-color: rgb(217,70,126); }

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