#D56078

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

Shades of Cranberry #D56078

Tints of Cranberry #D56078

Color information

#D56078 (or 0xD56078) is unknown color: approx Cranberry. HEX triplet: D5, 60 and 78. RGB value is (213,96,120). Sum of RGB (Red+Green+Blue) = 213+96+120=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D56078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56078 is #2A9F87. Grayscale: #858585. Windows color (decimal): -2793352 or 7889109. OLE color: 7889109.

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

Color convert

RGB21396120-
CMYK00.550.440.16
HSL347.69º58.21%60.59%-
HSV(B)347.69º54.93%83.53%-
XYZ35.0123.8720.53-
YUV133.72120.26184.55-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 120 (47.27% from 255) = 27.97%
R=49.65%
G=22.38%
B=27.97%

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
Decimal2139612000.550.440.16347.6958.2160.59
HexD560780372C1015c3a3d
Octal32514017006754205347275
Binary1101010111000001111000011011110110010000101011100111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D56078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D56078; }

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

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

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

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

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

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

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

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