#DE577D

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

Shades of Cranberry #DE577D

Tints of Cranberry #DE577D

Color information

#DE577D (or 0xDE577D) is unknown color: approx Cranberry. HEX triplet: DE, 57 and 7D. RGB value is (222,87,125). Sum of RGB (Red+Green+Blue) = 222+87+125=434 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.15% from 434); Green value is 87 (34.38% from 255 or 20.05% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 222 - color contains mainly: red. Hex color #DE577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE577D is #21A882. Grayscale: #838383. Windows color (decimal): -2205827 or 8214494. OLE color: 8214494.

HSL color Cylindrical-coordinate representation of color #DE577D: hue angle of 343.11º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DE577D is Cyan = 0, Magento = 0.61, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB22287125-
CMYK00.610.440.13
HSL343.11º67.16%60.59%-
HSV(B)343.11º60.81%87.06%-
XYZ37.2323.8322.04-
YUV131.7124.23192.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.15%
GREEN value IS 87 (34.38% from 255) = 20.05%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=51.15%
G=20.05%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228712500.610.440.13343.1167.1660.59
HexDE577D03D2CD157433d
Octal336127175075541552710375
Binary1101111010101111111101011110110110011011010101111000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE577D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE577D; }

 p { color: rgb(222,87,125); }

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

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

 a { background-color: rgb(222,87,125); }

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

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

 span { border-color: rgb(222,87,125); }

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