#D55678

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

Shades of Cranberry #D55678

Tints of Cranberry #D55678

Color information

#D55678 (or 0xD55678) is unknown color: approx Cranberry. HEX triplet: D5, 56 and 78. RGB value is (213,86,120). Sum of RGB (Red+Green+Blue) = 213+86+120=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 86 (33.98% from 255 or 20.53% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D55678 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55678 is #2AA987. Grayscale: #7F7F7F. Windows color (decimal): -2795912 or 7886549. OLE color: 7886549.

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

Color convert

RGB21386120-
CMYK00.600.440.16
HSL343.94º60.19%58.63%-
HSV(B)343.94º59.62%83.53%-
XYZ34.1622.1620.25-
YUV127.85123.58188.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.84%
GREEN value IS 86 (33.98% from 255) = 20.53%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=50.84%
G=20.53%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138612000.600.440.16343.9460.1958.63
HexD5567803C2C101583c3b
Octal32512617007454205307473
Binary1101010110101101111000011110010110010000101011000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55678; }

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

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

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

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

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

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

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

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