#D9467F

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

Shades of Cranberry #D9467F

Tints of Cranberry #D9467F

Color information

#D9467F (or 0xD9467F) is unknown color: approx Cranberry. HEX triplet: D9, 46 and 7F. RGB value is (217,70,127). Sum of RGB (Red+Green+Blue) = 217+70+127=414 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.42% from 414); Green value is 70 (27.73% from 255 or 16.91% from 414); Blue value is 127 (50% from 255 or 30.68% from 414); Max value from RGB is 217 - color contains mainly: red. Hex color #D9467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D9467F is #26B980. Grayscale: #787878. Windows color (decimal): -2537857 or 8341209. OLE color: 8341209.

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

Color convert

RGB21770127-
CMYK00.680.410.15
HSL336.73º65.92%56.27%-
HSV(B)336.73º67.74%85.1%-
XYZ34.6420.6622.24-
YUV120.45131.7196.87-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 52.42%
GREEN value IS 70 (27.73% from 255) = 16.91%
BLUE value IS 127 (50% from 255) = 30.68%
R=52.42%
G=16.91%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2177012700.680.410.15336.7365.9256.27
HexD9467F04429F1514238
Octal3311061770104511752110270
Binary11011001100011011111110100010010100111111010100011000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9467F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9467F; }

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

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

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

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

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

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

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

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