#D55080

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

Shades of Cranberry #D55080

Tints of Cranberry #D55080

Color information

#D55080 (or 0xD55080) is unknown color: approx Cranberry. HEX triplet: D5, 50 and 80. RGB value is (213,80,128). Sum of RGB (Red+Green+Blue) = 213+80+128=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 128 (50.39% from 255 or 30.40% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D55080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D55080 is #2AAF7F. Grayscale: #7D7D7D. Windows color (decimal): -2797440 or 8409301. OLE color: 8409301.

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

Color convert

RGB21380128-
CMYK00.620.400.16
HSL338.35º61.29%57.45%-
HSV(B)338.35º62.44%83.53%-
XYZ34.2121.4422.76-
YUV125.24129.56190.6-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 50.59%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 128 (50.39% from 255) = 30.40%
R=50.59%
G=19.00%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2138012800.620.400.16338.3561.2957.45
HexD5508003E28101523d39
Octal32512020007650205227571
Binary11010101101000010000000011111010100010000101010010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D55080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D55080; }

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

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

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

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

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

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

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

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