#DC3E77

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

Shades of Cranberry #DC3E77

Tints of Cranberry #DC3E77

Color information

#DC3E77 (or 0xDC3E77) is unknown color: approx Cranberry. HEX triplet: DC, 3E and 77. RGB value is (220,62,119). Sum of RGB (Red+Green+Blue) = 220+62+119=401 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.86% from 401); Green value is 62 (24.61% from 255 or 15.46% from 401); Blue value is 119 (46.88% from 255 or 29.68% from 401); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E77 is #23C188. Grayscale: #737373. Windows color (decimal): -2343305 or 7814876. OLE color: 7814876.

HSL color Cylindrical-coordinate representation of color #DC3E77: hue angle of 338.35º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E77 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB22062119-
CMYK00.720.460.14
HSL338.35º69.3%55.29%-
HSV(B)338.35º71.82%86.27%-
XYZ34.5719.9919.49-
YUV115.74129.85202.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 54.86%
GREEN value IS 62 (24.61% from 255) = 15.46%
BLUE value IS 119 (46.88% from 255) = 29.68%
R=54.86%
G=15.46%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.46
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2206211900.720.460.14338.3569.355.29
HexDC3E770482EE1524537
Octal334761670110561652210567
Binary1101110011111011101110100100010111011101010100101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC3E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC3E77; }

 p { color: rgb(220,62,119); }

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

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

 a { background-color: rgb(220,62,119); }

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

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

 span { border-color: rgb(220,62,119); }

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