#DD4684

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

Shades of Cranberry #DD4684

Tints of Cranberry #DD4684

Color information

#DD4684 (or 0xDD4684) is unknown color: approx Cranberry. HEX triplet: DD, 46 and 84. RGB value is (221,70,132). Sum of RGB (Red+Green+Blue) = 221+70+132=423 (56% of max value = 765). Red value is 221 (86.72% from 255 or 52.25% from 423); Green value is 70 (27.73% from 255 or 16.55% from 423); Blue value is 132 (51.95% from 255 or 31.21% from 423); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4684 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4684 is #22B97B. Grayscale: #7A7A7A. Windows color (decimal): -2275708 or 8668893. OLE color: 8668893.

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

Color convert

RGB22170132-
CMYK00.680.400.13
HSL335.36º68.95%57.06%-
HSV(B)335.36º68.33%86.67%-
XYZ36.1721.4224.06-
YUV122.22133.53198.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 52.25%
GREEN value IS 70 (27.73% from 255) = 16.55%
BLUE value IS 132 (51.95% from 255) = 31.21%
R=52.25%
G=16.55%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2217013200.680.400.13335.3668.9557.06
HexDD468404428D14f4539
Octal3351062040104501551710571
Binary110111011000110100001000100010010100011011010011111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD4684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD4684; }

 p { color: rgb(221,70,132); }

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

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

 a { background-color: rgb(221,70,132); }

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

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

 span { border-color: rgb(221,70,132); }

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