#D55685

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

Shades of Cranberry #D55685

Tints of Cranberry #D55685

Color information

#D55685 (or 0xD55685) is unknown color: approx Cranberry. HEX triplet: D5, 56 and 85. RGB value is (213,86,133). Sum of RGB (Red+Green+Blue) = 213+86+133=432 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.31% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 213 - color contains mainly: red. Hex color #D55685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55685 is #2AA97A. Grayscale: #818181. Windows color (decimal): -2795899 or 8738517. OLE color: 8738517.

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

Color convert

RGB21386133-
CMYK00.600.380.16
HSL337.8º60.19%58.63%-
HSV(B)337.8º59.62%83.53%-
XYZ3522.524.69-
YUV129.33130.08187.68-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.31%
GREEN value IS 86 (33.98% from 255) = 19.91%
BLUE value IS 133 (52.34% from 255) = 30.79%
R=49.31%
G=19.91%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138613300.600.380.16337.860.1958.63
HexD5568503C26101523c3b
Octal32512620507446205227473
Binary11010101101011010000101011110010011010000101010010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55685; }

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

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

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

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

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

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

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

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