#D1457B

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

Shades of Cranberry #D1457B

Tints of Cranberry #D1457B

Color information

#D1457B (or 0xD1457B) is unknown color: approx Cranberry. HEX triplet: D1, 45 and 7B. RGB value is (209,69,123). Sum of RGB (Red+Green+Blue) = 209+69+123=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 69 (27.34% from 255 or 17.21% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1457B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D1457B is #2EBA84. Grayscale: #747474. Windows color (decimal): -3062405 or 8078801. OLE color: 8078801.

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

Color convert

RGB20969123-
CMYK00.670.410.18
HSL336.86º60.34%54.51%-
HSV(B)336.86º66.99%81.96%-
XYZ3219.2420.77-
YUV117.02131.38193.61-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 52.12%
GREEN value IS 69 (27.34% from 255) = 17.21%
BLUE value IS 123 (48.44% from 255) = 30.67%
R=52.12%
G=17.21%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2096912300.670.410.18336.8660.3454.51
HexD1457B04329121513c37
Octal321105173010351225217467
Binary11010001100010111110110100001110100110010101010001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1457B; }

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

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

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

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

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

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

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

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