#DD5C72

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

Shades of Cranberry #DD5C72

Tints of Cranberry #DD5C72

Color information

#DD5C72 (or 0xDD5C72) is unknown color: approx Cranberry. HEX triplet: DD, 5C and 72. RGB value is (221,92,114). Sum of RGB (Red+Green+Blue) = 221+92+114=427 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.76% from 427); Green value is 92 (36.33% from 255 or 21.55% from 427); Blue value is 114 (44.92% from 255 or 26.70% from 427); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD5C72 is #22A38D. Grayscale: #858585. Windows color (decimal): -2270094 or 7494877. OLE color: 7494877.

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

Color convert

RGB22192114-
CMYK00.580.480.13
HSL349.77º65.48%61.37%-
HSV(B)349.77º58.37%86.67%-
XYZ36.6824.2418.67-
YUV133.08117.24190.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.76%
GREEN value IS 92 (36.33% from 255) = 21.55%
BLUE value IS 114 (44.92% from 255) = 26.70%
R=51.76%
G=21.55%
B=26.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219211400.580.480.13349.7765.4861.37
HexDD5C7203A30D15e413d
Octal335134162072601553610175
Binary1101110110111001110010011101011000011011010111101000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5C72; }

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

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

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

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

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

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

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

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