#D1547E

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

Shades of Cranberry #D1547E

Tints of Cranberry #D1547E

Color information

#D1547E (or 0xD1547E) is unknown color: approx Cranberry. HEX triplet: D1, 54 and 7E. RGB value is (209,84,126). Sum of RGB (Red+Green+Blue) = 209+84+126=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 126 (49.61% from 255 or 30.07% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1547E is #2EAB81. Grayscale: #7E7E7E. Windows color (decimal): -3058562 or 8279249. OLE color: 8279249.

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

Color convert

RGB20984126-
CMYK00.600.400.18
HSL339.84º57.6%57.45%-
HSV(B)339.84º59.81%81.96%-
XYZ33.2321.422.12-
YUV126.16127.91187.08-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 49.88%
GREEN value IS 84 (33.20% from 255) = 20.05%
BLUE value IS 126 (49.61% from 255) = 30.07%
R=49.88%
G=20.05%
B=30.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2098412600.600.400.18339.8457.657.45
HexD1547E03C28121543a39
Octal32112417607450225247271
Binary1101000110101001111110011110010100010010101010100111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1547E; }

 p { color: rgb(209,84,126); }

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

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

 a { background-color: rgb(209,84,126); }

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

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

 span { border-color: rgb(209,84,126); }

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