#D56080

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

Shades of Cranberry #D56080

Tints of Cranberry #D56080

Color information

#D56080 (or 0xD56080) is unknown color: approx Cranberry. HEX triplet: D5, 60 and 80. RGB value is (213,96,128). Sum of RGB (Red+Green+Blue) = 213+96+128=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 128 (50.39% from 255 or 29.29% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D56080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56080 is #2A9F7F. Grayscale: #868686. Windows color (decimal): -2793344 or 8413397. OLE color: 8413397.

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

Color convert

RGB21396128-
CMYK00.550.400.16
HSL343.59º58.21%60.59%-
HSV(B)343.59º54.93%83.53%-
XYZ35.5224.0723.2-
YUV134.63124.26183.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.74%
GREEN value IS 96 (37.89% from 255) = 21.97%
BLUE value IS 128 (50.39% from 255) = 29.29%
R=48.74%
G=21.97%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139612800.550.400.16343.5958.2160.59
HexD5608003728101583a3d
Octal32514020006750205307275
Binary11010101110000010000000011011110100010000101011000111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56080; }

 p { color: rgb(213,96,128); }

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

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

 a { background-color: rgb(213,96,128); }

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

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

 span { border-color: rgb(213,96,128); }

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