#de716b

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

Shades of Geraldine #DE716B

Tints of Geraldine #DE716B

Color information

#DE716B (or 0xDE716B) is unknown color: approx Geraldine. HEX triplet: DE, 71 and 6B. RGB value is (222,113,107). Sum of RGB (Red+Green+Blue) = 222+113+107=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 113 (44.53% from 255 or 25.57% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE716B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE716B is #218E94. Grayscale: #919191. Windows color (decimal): -2199189 or 7041502. OLE color: 7041502.

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

Color convert

RGB222113107-
CMYK00.490.520.13
HSL3.13º63.54%64.51%-
HSV(B)3.13º51.8%87.06%-
XYZ38.6828.417.35-
YUV144.91106.61182.99-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.23%
GREEN value IS 113 (44.53% from 255) = 25.57%
BLUE value IS 107 (42.19% from 255) = 24.21%
R=50.23%
G=25.57%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211310700.490.520.133.1363.5464.51
HexDE716B03134D34041
Octal33616115306164153100101
Binary1101111011100011101011011000111010011011110000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de716b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de716b; }

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

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

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

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

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

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

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

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