#D9547E

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

Shades of Cranberry #D9547E

Tints of Cranberry #D9547E

Color information

#D9547E (or 0xD9547E) is unknown color: approx Cranberry. HEX triplet: D9, 54 and 7E. RGB value is (217,84,126). Sum of RGB (Red+Green+Blue) = 217+84+126=427 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.82% from 427); Green value is 84 (33.20% from 255 or 19.67% from 427); Blue value is 126 (49.61% from 255 or 29.51% from 427); Max value from RGB is 217 - color contains mainly: red. Hex color #D9547E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D9547E is #26AB81. Grayscale: #808080. Windows color (decimal): -2534274 or 8279257. OLE color: 8279257.

HSL color Cylindrical-coordinate representation of color #D9547E: hue angle of 341.05º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D9547E is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB21784126-
CMYK00.610.420.15
HSL341.05º63.64%59.02%-
HSV(B)341.05º61.29%85.1%-
XYZ35.5522.622.23-
YUV128.56126.56191.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.82%
GREEN value IS 84 (33.20% from 255) = 19.67%
BLUE value IS 126 (49.61% from 255) = 29.51%
R=50.82%
G=19.67%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2178412600.610.420.15341.0563.6459.02
HexD9547E03D2AF155403b
Octal331124176075521752510073
Binary1101100110101001111110011110110101011111010101011000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9547E; }

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

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

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

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

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

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

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

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