#D55785

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

Shades of Cranberry #D55785

Tints of Cranberry #D55785

Color information

#D55785 (or 0xD55785) is unknown color: approx Cranberry. HEX triplet: D5, 57 and 85. RGB value is (213,87,133). Sum of RGB (Red+Green+Blue) = 213+87+133=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 87 (34.38% from 255 or 20.09% from 433); Blue value is 133 (52.34% from 255 or 30.72% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D55785 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55785 is #2AA87A. Grayscale: #818181. Windows color (decimal): -2795643 or 8738773. OLE color: 8738773.

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

Color convert

RGB21387133-
CMYK00.590.380.16
HSL338.1º60%58.82%-
HSV(B)338.1º59.15%83.53%-
XYZ35.0822.6624.71-
YUV129.92129.74187.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 87 (34.38% from 255) = 20.09%
BLUE value IS 133 (52.34% from 255) = 30.72%
R=49.19%
G=20.09%
B=30.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138713300.590.380.16338.16058.82
HexD5578503B26101523c3b
Octal32512720507346205227473
Binary11010101101011110000101011101110011010000101010010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55785; }

 p { color: rgb(213,87,133); }

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

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

 a { background-color: rgb(213,87,133); }

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

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

 span { border-color: rgb(213,87,133); }

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