#DC4E6E

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

Shades of Cranberry #DC4E6E

Tints of Cranberry #DC4E6E

Color information

#DC4E6E (or 0xDC4E6E) is unknown color: approx Cranberry. HEX triplet: DC, 4E and 6E. RGB value is (220,78,110). Sum of RGB (Red+Green+Blue) = 220+78+110=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 78 (30.86% from 255 or 19.12% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E6E is #23B191. Grayscale: #7C7C7C. Windows color (decimal): -2339218 or 7229148. OLE color: 7229148.

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

Color convert

RGB22078110-
CMYK00.650.500.14
HSL346.48º66.98%58.43%-
HSV(B)346.48º64.55%86.27%-
XYZ35.0521.7917.11-
YUV124.11120.04196.4-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.92%
GREEN value IS 78 (30.86% from 255) = 19.12%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=53.92%
G=19.12%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.50
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207811000.650.500.14346.4866.9858.43
HexDC4E6E04132E15a433a
Octal3341161560101621653210372
Binary11011100100111011011100100000111001011101010110101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4E6E; }

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

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

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

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

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

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

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

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