#DE547D

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

Shades of Cranberry #DE547D

Tints of Cranberry #DE547D

Color information

#DE547D (or 0xDE547D) is unknown color: approx Cranberry. HEX triplet: DE, 54 and 7D. RGB value is (222,84,125). Sum of RGB (Red+Green+Blue) = 222+84+125=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DE547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE547D is #21AB82. Grayscale: #818181. Windows color (decimal): -2206595 or 8213726. OLE color: 8213726.

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

Color convert

RGB22284125-
CMYK00.620.440.13
HSL342.17º67.65%60%-
HSV(B)342.17º62.16%87.06%-
XYZ3723.3521.96-
YUV129.94125.22193.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.51%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 125 (49.22% from 255) = 29.00%
R=51.51%
G=19.49%
B=29.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228412500.620.440.13342.1767.6560
HexDE547D03E2CD156443c
Octal336124175076541552610474
Binary1101111010101001111101011111010110011011010101101000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE547D; }

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

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

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

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

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

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

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

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