#D55E7A

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

Shades of Cranberry #D55E7A

Tints of Cranberry #D55E7A

Color information

#D55E7A (or 0xD55E7A) is unknown color: approx Cranberry. HEX triplet: D5, 5E and 7A. RGB value is (213,94,122). Sum of RGB (Red+Green+Blue) = 213+94+122=429 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.65% from 429); Green value is 94 (37.11% from 255 or 21.91% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 213 - color contains mainly: red. Hex color #D55E7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55E7A is #2AA185. Grayscale: #848484. Windows color (decimal): -2793862 or 8019669. OLE color: 8019669.

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

Color convert

RGB21394122-
CMYK00.560.430.16
HSL345.88º58.62%60.2%-
HSV(B)345.88º55.87%83.53%-
XYZ34.9623.5621.12-
YUV132.77121.92185.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.65%
GREEN value IS 94 (37.11% from 255) = 21.91%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=49.65%
G=21.91%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139412200.560.430.16345.8858.6260.2
HexD55E7A0382B1015a3b3c
Octal32513617207053205327374
Binary1101010110111101111010011100010101110000101011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55E7A; }

 p { color: rgb(213,94,122); }

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

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

 a { background-color: rgb(213,94,122); }

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

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

 span { border-color: rgb(213,94,122); }

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