#D55689

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

Shades of Cranberry #D55689

Tints of Cranberry #D55689

Color information

#D55689 (or 0xD55689) is unknown color: approx Cranberry. HEX triplet: D5, 56 and 89. RGB value is (213,86,137). Sum of RGB (Red+Green+Blue) = 213+86+137=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 86 (33.98% from 255 or 19.72% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D55689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55689 is #2AA976. Grayscale: #818181. Windows color (decimal): -2795895 or 9000661. OLE color: 9000661.

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

Color convert

RGB21386137-
CMYK00.600.360.16
HSL335.91º60.19%58.63%-
HSV(B)335.91º59.62%83.53%-
XYZ35.2822.6126.17-
YUV129.79132.08187.35-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 86 (33.98% from 255) = 19.72%
BLUE value IS 137 (53.91% from 255) = 31.42%
R=48.85%
G=19.72%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138613700.600.360.16335.9160.1958.63
HexD5568903C24101503c3b
Octal32512621107444205207473
Binary11010101101011010001001011110010010010000101010000111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55689; }

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

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

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

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

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

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

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

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