#D55B7A

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

Shades of Cranberry #D55B7A

Tints of Cranberry #D55B7A

Color information

#D55B7A (or 0xD55B7A) is unknown color: approx Cranberry. HEX triplet: D5, 5B and 7A. RGB value is (213,91,122). Sum of RGB (Red+Green+Blue) = 213+91+122=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 91 (35.94% from 255 or 21.36% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55B7A is #2AA485. Grayscale: #838383. Windows color (decimal): -2794630 or 8018901. OLE color: 8018901.

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

Color convert

RGB21391122-
CMYK00.570.430.16
HSL344.75º59.22%59.61%-
HSV(B)344.75º57.28%83.53%-
XYZ34.6923.0321.03-
YUV131.01122.92186.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50%
GREEN value IS 91 (35.94% from 255) = 21.36%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=50%
G=21.36%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139112200.570.430.16344.7559.2259.61
HexD55B7A0392B101593b3c
Octal32513317207153205317374
Binary1101010110110111111010011100110101110000101011001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55B7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55B7A; }

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

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

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

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

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

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

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

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