#DD447E

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

Shades of Cranberry #DD447E

Tints of Cranberry #DD447E

Color information

#DD447E (or 0xDD447E) is unknown color: approx Cranberry. HEX triplet: DD, 44 and 7E. RGB value is (221,68,126). Sum of RGB (Red+Green+Blue) = 221+68+126=415 (54% of max value = 765). Red value is 221 (86.72% from 255 or 53.25% from 415); Green value is 68 (26.95% from 255 or 16.39% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 221 - color contains mainly: red. Hex color #DD447E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DD447E is #22BB81. Grayscale: #787878. Windows color (decimal): -2276226 or 8275165. OLE color: 8275165.

HSL color Cylindrical-coordinate representation of color #DD447E: hue angle of 337.25º 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 #DD447E is Cyan = 0, Magento = 0.69, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB22168126-
CMYK00.690.430.13
HSL337.25º69.23%56.67%-
HSV(B)337.25º69.23%86.67%-
XYZ35.6521.0121.92-
YUV120.36131.19199.78-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 53.25%
GREEN value IS 68 (26.95% from 255) = 16.39%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=53.25%
G=16.39%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2216812600.690.430.13337.2569.2356.67
HexDD447E0452BD1514539
Octal3351041760105531552110571
Binary11011101100010011111100100010110101111011010100011000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD447E; }

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

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

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

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

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

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

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

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