#DD4E6C

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

Shades of Cranberry #DD4E6C

Tints of Cranberry #DD4E6C

Color information

#DD4E6C (or 0xDD4E6C) is unknown color: approx Cranberry. HEX triplet: DD, 4E and 6C. RGB value is (221,78,108). Sum of RGB (Red+Green+Blue) = 221+78+108=407 (53% of max value = 765). Red value is 221 (86.72% from 255 or 54.30% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 108 (42.58% from 255 or 26.54% from 407); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD4E6C is #22B193. Grayscale: #7C7C7C. Windows color (decimal): -2273684 or 7098077. OLE color: 7098077.

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

Color convert

RGB22178108-
CMYK00.650.510.13
HSL347.41º67.77%58.63%-
HSV(B)347.41º64.71%86.67%-
XYZ35.2521.916.56-
YUV124.18118.88197.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 54.30%
GREEN value IS 78 (30.86% from 255) = 19.16%
BLUE value IS 108 (42.58% from 255) = 26.54%
R=54.30%
G=19.16%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217810800.650.510.13347.4167.7758.63
HexDD4E6C04133D15b443b
Octal3351161540101631553310473
Binary11011101100111011011000100000111001111011010110111000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4E6C; }

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

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

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

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

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

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

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

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