#DD4E82

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

Shades of Cranberry #DD4E82

Tints of Cranberry #DD4E82

Color information

#DD4E82 (or 0xDD4E82) is unknown color: approx Cranberry. HEX triplet: DD, 4E and 82. RGB value is (221,78,130). Sum of RGB (Red+Green+Blue) = 221+78+130=429 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.52% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4E82 is #22B17D. Grayscale: #7E7E7E. Windows color (decimal): -2273662 or 8539869. OLE color: 8539869.

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

Color convert

RGB22178130-
CMYK00.650.410.13
HSL338.18º67.77%58.63%-
HSV(B)338.18º64.71%86.67%-
XYZ36.5722.4323.52-
YUV126.68129.88195.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.52%
GREEN value IS 78 (30.86% from 255) = 18.18%
BLUE value IS 130 (51.17% from 255) = 30.30%
R=51.52%
G=18.18%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217813000.650.410.13338.1867.7758.63
HexDD4E8204129D152443b
Octal3351162020101511552210473
Binary110111011001110100000100100000110100111011010100101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4E82; }

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

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

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

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

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

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

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

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