#DD4481

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

Shades of Cranberry #DD4481

Tints of Cranberry #DD4481

Color information

#DD4481 (or 0xDD4481) is unknown color: approx Cranberry. HEX triplet: DD, 44 and 81. RGB value is (221,68,129). Sum of RGB (Red+Green+Blue) = 221+68+129=418 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.87% from 418); Green value is 68 (26.95% from 255 or 16.27% from 418); Blue value is 129 (50.78% from 255 or 30.86% from 418); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4481 is #22BB7E. Grayscale: #787878. Windows color (decimal): -2276223 or 8471773. OLE color: 8471773.

HSL color Cylindrical-coordinate representation of color #DD4481: hue angle of 336.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD4481 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB22168129-
CMYK00.690.420.13
HSL336.08º69.23%56.67%-
HSV(B)336.08º69.23%86.67%-
XYZ35.8521.0922.95-
YUV120.7132.69199.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.87%
GREEN value IS 68 (26.95% from 255) = 16.27%
BLUE value IS 129 (50.78% from 255) = 30.86%
R=52.87%
G=16.27%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216812900.690.420.13336.0869.2356.67
HexDD44810452AD1504539
Octal3351042010105521552010571
Binary110111011000100100000010100010110101011011010100001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4481; }

 p { color: rgb(221,68,129); }

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

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

 a { background-color: rgb(221,68,129); }

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

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

 span { border-color: rgb(221,68,129); }

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