#dc506e

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

Shades of Cranberry #DC506E

Tints of Cranberry #DC506E

Color information

#DC506E (or 0xDC506E) is unknown color: approx Cranberry. HEX triplet: DC, 50 and 6E. RGB value is (220,80,110). Sum of RGB (Red+Green+Blue) = 220+80+110=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC506E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC506E is #23AF91. Grayscale: #7D7D7D. Windows color (decimal): -2338706 or 7229660. OLE color: 7229660.

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

Color convert

RGB22080110-
CMYK00.640.500.14
HSL347.14º66.67%58.82%-
HSV(B)347.14º63.64%86.27%-
XYZ35.222.0817.16-
YUV125.28119.38195.56-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.66%
GREEN value IS 80 (31.64% from 255) = 19.51%
BLUE value IS 110 (43.36% from 255) = 26.83%
R=53.66%
G=19.51%
B=26.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208011000.640.500.14347.1466.6758.82
HexDC506E04032E15b433b
Octal3341201560100621653310373
Binary11011100101000011011100100000011001011101010110111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc506e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc506e; }

 p { color: rgb(220,80,110); }

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

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

 a { background-color: rgb(220,80,110); }

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

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

 span { border-color: rgb(220,80,110); }

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