#DC4E75

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

Shades of Cranberry #DC4E75

Tints of Cranberry #DC4E75

Color information

#DC4E75 (or 0xDC4E75) is unknown color: approx Cranberry. HEX triplet: DC, 4E and 75. RGB value is (220,78,117). Sum of RGB (Red+Green+Blue) = 220+78+117=415 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.01% from 415); Green value is 78 (30.86% from 255 or 18.80% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC4E75 is #23B18A. Grayscale: #7C7C7C. Windows color (decimal): -2339211 or 7687900. OLE color: 7687900.

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

Color convert

RGB22078117-
CMYK00.650.470.14
HSL343.52º66.98%58.43%-
HSV(B)343.52º64.55%86.27%-
XYZ35.4521.9519.2-
YUV124.9123.54195.83-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 53.01%
GREEN value IS 78 (30.86% from 255) = 18.80%
BLUE value IS 117 (46.09% from 255) = 28.19%
R=53.01%
G=18.80%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2207811700.650.470.14343.5266.9858.43
HexDC4E750412FE158433a
Octal3341161650101571653010372
Binary11011100100111011101010100000110111111101010110001000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC4E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC4E75; }

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

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

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

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

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

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

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

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