#D5547F

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

Shades of Cranberry #D5547F

Tints of Cranberry #D5547F

Color information

#D5547F (or 0xD5547F) is unknown color: approx Cranberry. HEX triplet: D5, 54 and 7F. RGB value is (213,84,127). Sum of RGB (Red+Green+Blue) = 213+84+127=424 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.24% from 424); Green value is 84 (33.20% from 255 or 19.81% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 213 - color contains mainly: red. Hex color #D5547F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5547F is #2AAB80. Grayscale: #7F7F7F. Windows color (decimal): -2796417 or 8344789. OLE color: 8344789.

HSL color Cylindrical-coordinate representation of color #D5547F: hue angle of 340º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D5547F is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB21384127-
CMYK00.610.400.16
HSL340º60.56%58.24%-
HSV(B)340º60.56%83.53%-
XYZ34.4422.0222.51-
YUV127.47127.74189-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.24%
GREEN value IS 84 (33.20% from 255) = 19.81%
BLUE value IS 127 (50% from 255) = 29.95%
R=50.24%
G=19.81%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138412700.610.400.1634060.5658.24
HexD5547F03D28101543d3a
Octal32512417707550205247572
Binary1101010110101001111111011110110100010000101010100111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5547F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5547F; }

 p { color: rgb(213,84,127); }

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

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

 a { background-color: rgb(213,84,127); }

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

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

 span { border-color: rgb(213,84,127); }

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