#D55B88

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

Shades of Cranberry #D55B88

Tints of Cranberry #D55B88

Color information

#D55B88 (or 0xD55B88) is unknown color: approx Cranberry. HEX triplet: D5, 5B and 88. RGB value is (213,91,136). Sum of RGB (Red+Green+Blue) = 213+91+136=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 136 (53.52% from 255 or 30.91% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55B88 is #2AA477. Grayscale: #848484. Windows color (decimal): -2794616 or 8936405. OLE color: 8936405.

HSL color Cylindrical-coordinate representation of color #D55B88: hue angle of 337.87º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D55B88 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB21391136-
CMYK00.570.360.16
HSL337.87º59.22%59.61%-
HSV(B)337.87º57.28%83.53%-
XYZ35.6323.4125.93-
YUV132.61129.92185.34-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 91 (35.94% from 255) = 20.68%
BLUE value IS 136 (53.52% from 255) = 30.91%
R=48.41%
G=20.68%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139113600.570.360.16337.8759.2259.61
HexD55B8803924101523b3c
Octal32513321007144205227374
Binary11010101101101110001000011100110010010000101010010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55B88; }

 p { color: rgb(213,91,136); }

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

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

 a { background-color: rgb(213,91,136); }

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

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

 span { border-color: rgb(213,91,136); }

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