#DE5171

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

Shades of Cranberry #DE5171

Tints of Cranberry #DE5171

Color information

#DE5171 (or 0xDE5171) is unknown color: approx Cranberry. HEX triplet: DE, 51 and 71. RGB value is (222,81,113). Sum of RGB (Red+Green+Blue) = 222+81+113=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 81 (32.03% from 255 or 19.47% from 416); Blue value is 113 (44.53% from 255 or 27.16% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5171 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE5171 is #21AE8E. Grayscale: #7E7E7E. Windows color (decimal): -2207375 or 7426526. OLE color: 7426526.

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

Color convert

RGB22281113-
CMYK00.640.490.13
HSL346.38º68.12%59.41%-
HSV(B)346.38º63.51%87.06%-
XYZ36.0522.6118.09-
YUV126.81120.21195.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 53.37%
GREEN value IS 81 (32.03% from 255) = 19.47%
BLUE value IS 113 (44.53% from 255) = 27.16%
R=53.37%
G=19.47%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228111300.640.490.13346.3868.1259.41
HexDE517104031D15a443b
Octal3361211610100611553210473
Binary11011110101000111100010100000011000111011010110101000100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5171; }

 p { color: rgb(222,81,113); }

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

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

 a { background-color: rgb(222,81,113); }

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

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

 span { border-color: rgb(222,81,113); }

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