#DC486D

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

Shades of Cranberry #DC486D

Tints of Cranberry #DC486D

Color information

#DC486D (or 0xDC486D) is unknown color: approx Cranberry. HEX triplet: DC, 48 and 6D. RGB value is (220,72,109). Sum of RGB (Red+Green+Blue) = 220+72+109=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 72 (28.52% from 255 or 17.96% from 401); Blue value is 109 (42.97% from 255 or 27.18% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC486D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC486D is #23B792. Grayscale: #787878. Windows color (decimal): -2340755 or 7162076. OLE color: 7162076.

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

Color convert

RGB22072109-
CMYK00.670.500.14
HSL345º67.89%57.25%-
HSV(B)345º67.27%86.27%-
XYZ34.5920.9516.69-
YUV120.47121.53198.99-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.86%
GREEN value IS 72 (28.52% from 255) = 17.96%
BLUE value IS 109 (42.97% from 255) = 27.18%
R=54.86%
G=17.96%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207210900.670.500.1434567.8957.25
HexDC486D04332E1594439
Octal3341101550103621653110471
Binary11011100100100011011010100001111001011101010110011000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC486D; }

 p { color: rgb(220,72,109); }

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

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

 a { background-color: rgb(220,72,109); }

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

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

 span { border-color: rgb(220,72,109); }

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