#DD5270

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

Shades of Cranberry #DD5270

Tints of Cranberry #DD5270

Color information

#DD5270 (or 0xDD5270) is unknown color: approx Cranberry. HEX triplet: DD, 52 and 70. RGB value is (221,82,112). Sum of RGB (Red+Green+Blue) = 221+82+112=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 82 (32.42% from 255 or 19.76% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5270 is #22AD8F. Grayscale: #7F7F7F. Windows color (decimal): -2272656 or 7361245. OLE color: 7361245.

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

Color convert

RGB22182112-
CMYK00.630.490.13
HSL347.05º67.15%59.41%-
HSV(B)347.05º62.9%86.67%-
XYZ35.7622.5817.8-
YUV126.98119.55195.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.25%
GREEN value IS 82 (32.42% from 255) = 19.76%
BLUE value IS 112 (44.14% from 255) = 26.99%
R=53.25%
G=19.76%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218211200.630.490.13347.0567.1559.41
HexDD527003F31D15b433b
Octal335122160077611553310373
Binary1101110110100101110000011111111000111011010110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5270; }

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

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

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

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

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

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

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

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