#DD5872

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

Shades of Cranberry #DD5872

Tints of Cranberry #DD5872

Color information

#DD5872 (or 0xDD5872) is unknown color: approx Cranberry. HEX triplet: DD, 58 and 72. RGB value is (221,88,114). Sum of RGB (Red+Green+Blue) = 221+88+114=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5872 is #22A78D. Grayscale: #828282. Windows color (decimal): -2271118 or 7493853. OLE color: 7493853.

HSL color Cylindrical-coordinate representation of color #DD5872: hue angle of 348.27º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DD5872 is Cyan = 0, Magento = 0.60, Yellow = 0.48 and Black (K on CMYK) = 0.13.

Color convert

RGB22188114-
CMYK00.600.480.13
HSL348.27º66.17%60.59%-
HSV(B)348.27º60.18%86.67%-
XYZ36.3523.5718.55-
YUV130.73118.56192.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.25%
GREEN value IS 88 (34.77% from 255) = 20.80%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=52.25%
G=20.80%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218811400.600.480.13348.2766.1760.59
HexDD587203C30D15c423d
Octal335130162074601553410275
Binary1101110110110001110010011110011000011011010111001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5872; }

 p { color: rgb(221,88,114); }

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

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

 a { background-color: rgb(221,88,114); }

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

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

 span { border-color: rgb(221,88,114); }

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