#D9467D

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

Shades of Cranberry #D9467D

Tints of Cranberry #D9467D

Color information

#D9467D (or 0xD9467D) is unknown color: approx Cranberry. HEX triplet: D9, 46 and 7D. RGB value is (217,70,125). Sum of RGB (Red+Green+Blue) = 217+70+125=412 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.67% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 217 - color contains mainly: red. Hex color #D9467D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9467D is #26B982. Grayscale: #787878. Windows color (decimal): -2537859 or 8210137. OLE color: 8210137.

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

Color convert

RGB21770125-
CMYK00.680.420.15
HSL337.55º65.92%56.27%-
HSV(B)337.55º67.74%85.1%-
XYZ34.5120.6121.56-
YUV120.22130.7197.03-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.67%
GREEN value IS 70 (27.73% from 255) = 16.99%
BLUE value IS 125 (49.22% from 255) = 30.34%
R=52.67%
G=16.99%
B=30.34%

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
Decimal2177012500.680.420.15337.5565.9256.27
HexD9467D0442AF1524238
Octal3311061750104521752210270
Binary11011001100011011111010100010010101011111010100101000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9467D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9467D; }

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

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

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

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

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

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

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

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