#D55081

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

Shades of Cranberry #D55081

Tints of Cranberry #D55081

Color information

#D55081 (or 0xD55081) is unknown color: approx Cranberry. HEX triplet: D5, 50 and 81. RGB value is (213,80,129). Sum of RGB (Red+Green+Blue) = 213+80+129=422 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.47% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 129 (50.78% from 255 or 30.57% from 422); Max value from RGB is 213 - color contains mainly: red. Hex color #D55081 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55081 is #2AAF7E. Grayscale: #7D7D7D. Windows color (decimal): -2797439 or 8474837. OLE color: 8474837.

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

Color convert

RGB21380129-
CMYK00.620.390.16
HSL337.89º61.29%57.45%-
HSV(B)337.89º62.44%83.53%-
XYZ34.2721.4723.11-
YUV125.35130.06190.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.47%
GREEN value IS 80 (31.64% from 255) = 18.96%
BLUE value IS 129 (50.78% from 255) = 30.57%
R=50.47%
G=18.96%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138012900.620.390.16337.8961.2957.45
HexD5508103E27101523d39
Octal32512020107647205227571
Binary11010101101000010000001011111010011110000101010010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55081; }

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

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

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

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

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

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

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

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