#D55B81

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

Shades of Cranberry #D55B81

Tints of Cranberry #D55B81

Color information

#D55B81 (or 0xD55B81) is unknown color: approx Cranberry. HEX triplet: D5, 5B and 81. RGB value is (213,91,129). Sum of RGB (Red+Green+Blue) = 213+91+129=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 91 (35.94% from 255 or 21.02% from 433); Blue value is 129 (50.78% from 255 or 29.79% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D55B81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55B81 is #2AA47E. Grayscale: #838383. Windows color (decimal): -2794623 or 8477653. OLE color: 8477653.

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

Color convert

RGB21391129-
CMYK00.570.390.16
HSL341.31º59.22%59.61%-
HSV(B)341.31º57.28%83.53%-
XYZ35.1423.2123.4-
YUV131.81126.42185.91-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 49.19%
GREEN value IS 91 (35.94% from 255) = 21.02%
BLUE value IS 129 (50.78% from 255) = 29.79%
R=49.19%
G=21.02%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2139112900.570.390.16341.3159.2259.61
HexD55B8103927101553b3c
Octal32513320107147205257374
Binary11010101101101110000001011100110011110000101010101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55B81; }

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

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

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

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

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

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

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

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