#D1457A

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

Shades of Cranberry #D1457A

Tints of Cranberry #D1457A

Color information

#D1457A (or 0xD1457A) is unknown color: approx Cranberry. HEX triplet: D1, 45 and 7A. RGB value is (209,69,122). Sum of RGB (Red+Green+Blue) = 209+69+122=400 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.25% from 400); Green value is 69 (27.34% from 255 or 17.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 209 - color contains mainly: red. Hex color #D1457A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1457A is #2EBA85. Grayscale: #747474. Windows color (decimal): -3062406 or 8013265. OLE color: 8013265.

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

Color convert

RGB20969122-
CMYK00.670.420.18
HSL337.29º60.34%54.51%-
HSV(B)337.29º66.99%81.96%-
XYZ31.9419.2220.44-
YUV116.9130.88193.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.25%
GREEN value IS 69 (27.34% from 255) = 17.25%
BLUE value IS 122 (48.05% from 255) = 30.5%
R=52.25%
G=17.25%
B=30.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096912200.670.420.18337.2960.3454.51
HexD1457A0432A121513c37
Octal321105172010352225217467
Binary11010001100010111110100100001110101010010101010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1457A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1457A; }

 p { color: rgb(209,69,122); }

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

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

 a { background-color: rgb(209,69,122); }

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

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

 span { border-color: rgb(209,69,122); }

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