#dc477c

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

Shades of Cranberry #DC477C

Tints of Cranberry #DC477C

Color information

#DC477C (or 0xDC477C) is unknown color: approx Cranberry. HEX triplet: DC, 47 and 7C. RGB value is (220,71,124). Sum of RGB (Red+Green+Blue) = 220+71+124=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 71 (28.12% from 255 or 17.11% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC477C is #23B883. Grayscale: #797979. Windows color (decimal): -2340996 or 8144860. OLE color: 8144860.

HSL color Cylindrical-coordinate representation of color #DC477C: hue angle of 338.66º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DC477C is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB22071124-
CMYK00.680.440.14
HSL338.66º68.04%57.06%-
HSV(B)338.66º67.73%86.27%-
XYZ35.4121.1821.29-
YUV121.59129.36198.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.01%
GREEN value IS 71 (28.12% from 255) = 17.11%
BLUE value IS 124 (48.83% from 255) = 29.88%
R=53.01%
G=17.11%
B=29.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207112400.680.440.14338.6668.0457.06
HexDC477C0442CE1534439
Octal3341071740104541652310471
Binary11011100100011111111000100010010110011101010100111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc477c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc477c; }

 p { color: rgb(220,71,124); }

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

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

 a { background-color: rgb(220,71,124); }

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

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

 span { border-color: rgb(220,71,124); }

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