#D1497D

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

Shades of Cranberry #D1497D

Tints of Cranberry #D1497D

Color information

#D1497D (or 0xD1497D) is unknown color: approx Cranberry. HEX triplet: D1, 49 and 7D. RGB value is (209,73,125). Sum of RGB (Red+Green+Blue) = 209+73+125=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D1497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1497D is #2EB682. Grayscale: #777777. Windows color (decimal): -3061379 or 8210897. OLE color: 8210897.

HSL color Cylindrical-coordinate representation of color #D1497D: hue angle of 337.06º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D1497D is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB20973125-
CMYK00.650.400.18
HSL337.06º59.65%55.29%-
HSV(B)337.06º65.07%81.96%-
XYZ32.3819.821.52-
YUV119.59131.06191.77-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.35%
GREEN value IS 73 (28.91% from 255) = 17.94%
BLUE value IS 125 (49.22% from 255) = 30.71%
R=51.35%
G=17.94%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2097312500.650.400.18337.0659.6555.29
HexD1497D04128121513c37
Octal321111175010150225217467
Binary11010001100100111111010100000110100010010101010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1497D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1497D; }

 p { color: rgb(209,73,125); }

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

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

 a { background-color: rgb(209,73,125); }

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

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

 span { border-color: rgb(209,73,125); }

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