#DD5282

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

Shades of Cranberry #DD5282

Tints of Cranberry #DD5282

Color information

#DD5282 (or 0xDD5282) is unknown color: approx Cranberry. HEX triplet: DD, 52 and 82. RGB value is (221,82,130). Sum of RGB (Red+Green+Blue) = 221+82+130=433 (57% of max value = 765). Red value is 221 (86.72% from 255 or 51.04% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 130 (51.17% from 255 or 30.02% from 433); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5282 is #22AD7D. Grayscale: #808080. Windows color (decimal): -2272638 or 8540893. OLE color: 8540893.

HSL color Cylindrical-coordinate representation of color #DD5282: hue angle of 339.28º 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 #DD5282 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB22182130-
CMYK00.630.410.13
HSL339.28º67.15%59.41%-
HSV(B)339.28º62.9%86.67%-
XYZ36.8723.0223.62-
YUV129.03128.55193.6-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.04%
GREEN value IS 82 (32.42% from 255) = 18.94%
BLUE value IS 130 (51.17% from 255) = 30.02%
R=51.04%
G=18.94%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218213000.630.410.13339.2867.1559.41
HexDD528203F29D153433b
Octal335122202077511552310373
Binary11011101101001010000010011111110100111011010100111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5282; }

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

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

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

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

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

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

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

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