#DD4C7A

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

Shades of Cranberry #DD4C7A

Tints of Cranberry #DD4C7A

Color information

#DD4C7A (or 0xDD4C7A) is unknown color: approx Cranberry. HEX triplet: DD, 4C and 7A. RGB value is (221,76,122). Sum of RGB (Red+Green+Blue) = 221+76+122=419 (55% of max value = 765). Red value is 221 (86.72% from 255 or 52.74% from 419); Green value is 76 (30.08% from 255 or 18.14% from 419); Blue value is 122 (48.05% from 255 or 29.12% from 419); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4C7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD4C7A is #22B385. Grayscale: #7C7C7C. Windows color (decimal): -2274182 or 8015069. OLE color: 8015069.

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

Color convert

RGB22176122-
CMYK00.660.450.13
HSL340.97º68.08%58.24%-
HSV(B)340.97º65.61%86.67%-
XYZ35.9221.9520.76-
YUV124.6126.54196.76-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.74%
GREEN value IS 76 (30.08% from 255) = 18.14%
BLUE value IS 122 (48.05% from 255) = 29.12%
R=52.74%
G=18.14%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217612200.660.450.13340.9768.0858.24
HexDD4C7A0422DD155443a
Octal3351141720102551552510472
Binary11011101100110011110100100001010110111011010101011000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4C7A; }

 p { color: rgb(221,76,122); }

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

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

 a { background-color: rgb(221,76,122); }

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

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

 span { border-color: rgb(221,76,122); }

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