#D56077

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

Shades of Cranberry #D56077

Tints of Cranberry #D56077

Color information

#D56077 (or 0xD56077) is unknown color: approx Cranberry. HEX triplet: D5, 60 and 77. RGB value is (213,96,119). Sum of RGB (Red+Green+Blue) = 213+96+119=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D56077 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56077 is #2A9F88. Grayscale: #858585. Windows color (decimal): -2793353 or 7823573. OLE color: 7823573.

HSL color Cylindrical-coordinate representation of color #D56077: hue angle of 348.21º 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 #D56077 is Cyan = 0, Magento = 0.55, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB21396119-
CMYK00.550.440.16
HSL348.21º58.21%60.59%-
HSV(B)348.21º54.93%83.53%-
XYZ34.9523.8420.21-
YUV133.6119.76184.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 96 (37.89% from 255) = 22.43%
BLUE value IS 119 (46.88% from 255) = 27.80%
R=49.77%
G=22.43%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139611900.550.440.16348.2158.2160.59
HexD560770372C1015c3a3d
Octal32514016706754205347275
Binary1101010111000001110111011011110110010000101011100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56077; }

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

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

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

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

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

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

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

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