#DD4A83

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

Shades of Cranberry #DD4A83

Tints of Cranberry #DD4A83

Color information

#DD4A83 (or 0xDD4A83) is unknown color: approx Cranberry. HEX triplet: DD, 4A and 83. RGB value is (221,74,131). Sum of RGB (Red+Green+Blue) = 221+74+131=426 (56% of max value = 765). Red value is 221 (86.72% from 255 or 51.88% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 131 (51.56% from 255 or 30.75% from 426); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4A83 is #22B57C. Grayscale: #7C7C7C. Windows color (decimal): -2274685 or 8604381. OLE color: 8604381.

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

Color convert

RGB22174131-
CMYK00.670.410.13
HSL336.73º68.37%57.84%-
HSV(B)336.73º66.52%86.67%-
XYZ36.3621.9123.78-
YUV124.45131.7196.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 51.88%
GREEN value IS 74 (29.30% from 255) = 17.37%
BLUE value IS 131 (51.56% from 255) = 30.75%
R=51.88%
G=17.37%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217413100.670.410.13336.7368.3757.84
HexDD4A8304329D151443a
Octal3351122030103511552110472
Binary110111011001010100000110100001110100111011010100011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4A83; }

 p { color: rgb(221,74,131); }

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

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

 a { background-color: rgb(221,74,131); }

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

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

 span { border-color: rgb(221,74,131); }

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