#d55087

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

Shades of Cranberry #D55087

Tints of Cranberry #D55087

Color information

#D55087 (or 0xD55087) is unknown color: approx Cranberry. HEX triplet: D5, 50 and 87. RGB value is (213,80,135). Sum of RGB (Red+Green+Blue) = 213+80+135=428 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.77% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 213 - color contains mainly: red. Hex color #D55087 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55087 is #2AAF78. Grayscale: #7D7D7D. Windows color (decimal): -2797433 or 8868053. OLE color: 8868053.

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

Color convert

RGB21380135-
CMYK00.620.370.16
HSL335.19º61.29%57.45%-
HSV(B)335.19º62.44%83.53%-
XYZ34.6821.6325.27-
YUV126.04133.06190.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.77%
GREEN value IS 80 (31.64% from 255) = 18.69%
BLUE value IS 135 (53.12% from 255) = 31.54%
R=49.77%
G=18.69%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.37
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138013500.620.370.16335.1961.2957.45
HexD5508703E251014f3d39
Octal32512020707645205177571
Binary11010101101000010000111011111010010110000101001111111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d55087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d55087; }

 p { color: rgb(213,80,135); }

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

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

 a { background-color: rgb(213,80,135); }

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

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

 span { border-color: rgb(213,80,135); }

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