#D6557F

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

Shades of Cranberry #D6557F

Tints of Cranberry #D6557F

Color information

#D6557F (or 0xD6557F) is unknown color: approx Cranberry. HEX triplet: D6, 55 and 7F. RGB value is (214,85,127). Sum of RGB (Red+Green+Blue) = 214+85+127=426 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.23% from 426); Green value is 85 (33.59% from 255 or 19.95% from 426); Blue value is 127 (50% from 255 or 29.81% from 426); Max value from RGB is 214 - color contains mainly: red. Hex color #D6557F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6557F is #29AA80. Grayscale: #808080. Windows color (decimal): -2730625 or 8345046. OLE color: 8345046.

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

Color convert

RGB21485127-
CMYK00.600.410.16
HSL340.47º61.14%58.63%-
HSV(B)340.47º60.28%83.92%-
XYZ34.8122.3322.55-
YUV128.36127.24189.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 50.23%
GREEN value IS 85 (33.59% from 255) = 19.95%
BLUE value IS 127 (50% from 255) = 29.81%
R=50.23%
G=19.95%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2148512700.600.410.16340.4761.1458.63
HexD6557F03C29101543d3b
Octal32612517707451205247573
Binary1101011010101011111111011110010100110000101010100111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6557F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6557F; }

 p { color: rgb(214,85,127); }

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

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

 a { background-color: rgb(214,85,127); }

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

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

 span { border-color: rgb(214,85,127); }

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