#DC4771

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

Shades of Cranberry #DC4771

Tints of Cranberry #DC4771

Color information

#DC4771 (or 0xDC4771) is unknown color: approx Cranberry. HEX triplet: DC, 47 and 71. RGB value is (220,71,113). Sum of RGB (Red+Green+Blue) = 220+71+113=404 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.46% from 404); Green value is 71 (28.12% from 255 or 17.57% from 404); Blue value is 113 (44.53% from 255 or 27.97% from 404); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4771 is #23B88E. Grayscale: #787878. Windows color (decimal): -2341007 or 7423964. OLE color: 7423964.

HSL color Cylindrical-coordinate representation of color #DC4771: hue angle of 343.09º 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 #DC4771 is Cyan = 0, Magento = 0.68, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB22071113-
CMYK00.680.490.14
HSL343.09º68.04%57.06%-
HSV(B)343.09º67.73%86.27%-
XYZ34.7520.9117.83-
YUV120.34123.86199.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.46%
GREEN value IS 71 (28.12% from 255) = 17.57%
BLUE value IS 113 (44.53% from 255) = 27.97%
R=54.46%
G=17.57%
B=27.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.49
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207111300.680.490.14343.0968.0457.06
HexDC477104431E1574439
Octal3341071610104611652710471
Binary11011100100011111100010100010011000111101010101111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4771; }

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

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

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

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

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

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

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

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