#D55875

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

Shades of Cranberry #D55875

Tints of Cranberry #D55875

Color information

#D55875 (or 0xD55875) is unknown color: approx Cranberry. HEX triplet: D5, 58 and 75. RGB value is (213,88,117). Sum of RGB (Red+Green+Blue) = 213+88+117=418 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.96% from 418); Green value is 88 (34.77% from 255 or 21.05% from 418); Blue value is 117 (46.09% from 255 or 27.99% from 418); Max value from RGB is 213 - color contains mainly: red. Hex color #D55875 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55875 is #2AA78A. Grayscale: #808080. Windows color (decimal): -2795403 or 7690453. OLE color: 7690453.

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

Color convert

RGB21388117-
CMYK00.590.450.16
HSL346.08º59.81%59.02%-
HSV(B)346.08º58.69%83.53%-
XYZ34.1422.4119.36-
YUV128.68121.41188.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.96%
GREEN value IS 88 (34.77% from 255) = 21.05%
BLUE value IS 117 (46.09% from 255) = 27.99%
R=50.96%
G=21.05%
B=27.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138811700.590.450.16346.0859.8159.02
HexD5587503B2D1015a3c3b
Octal32513016507355205327473
Binary1101010110110001110101011101110110110000101011010111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55875; }

 p { color: rgb(213,88,117); }

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

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

 a { background-color: rgb(213,88,117); }

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

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

 span { border-color: rgb(213,88,117); }

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