#DD5280

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

Shades of Cranberry #DD5280

Tints of Cranberry #DD5280

Color information

#DD5280 (or 0xDD5280) is unknown color: approx Cranberry. HEX triplet: DD, 52 and 80. RGB value is (221,82,128). Sum of RGB (Red+Green+Blue) = 221+82+128=431 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.28% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5280 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5280 is #22AD7F. Grayscale: #808080. Windows color (decimal): -2272640 or 8409821. OLE color: 8409821.

HSL color Cylindrical-coordinate representation of color #DD5280: hue angle of 340.14º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DD5280 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB22182128-
CMYK00.630.420.13
HSL340.14º67.15%59.41%-
HSV(B)340.14º62.9%86.67%-
XYZ36.7322.9722.92-
YUV128.8127.55193.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.28%
GREEN value IS 82 (32.42% from 255) = 19.03%
BLUE value IS 128 (50.39% from 255) = 29.70%
R=51.28%
G=19.03%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218212800.630.420.13340.1467.1559.41
HexDD528003F2AD154433b
Octal335122200077521552410373
Binary11011101101001010000000011111110101011011010101001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5280; }

 p { color: rgb(221,82,128); }

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

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

 a { background-color: rgb(221,82,128); }

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

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

 span { border-color: rgb(221,82,128); }

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