#DE6F6D

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

Shades of Geraldine #DE6F6D

Tints of Geraldine #DE6F6D

Color information

#DE6F6D (or 0xDE6F6D) is unknown color: approx Geraldine. HEX triplet: DE, 6F and 6D. RGB value is (222,111,109). Sum of RGB (Red+Green+Blue) = 222+111+109=442 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.23% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 109 (42.97% from 255 or 24.66% from 442); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6F6D is #219092. Grayscale: #909090. Windows color (decimal): -2199699 or 7172062. OLE color: 7172062.

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

Color convert

RGB222111109-
CMYK00.50.510.13
HSL1.06º63.13%64.9%-
HSV(B)1.06º50.9%87.06%-
XYZ38.572817.84-
YUV143.96108.27183.66-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.23%
GREEN value IS 111 (43.75% from 255) = 25.11%
BLUE value IS 109 (42.97% from 255) = 24.66%
R=50.23%
G=25.11%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22211110900.50.510.131.0663.1364.9
HexDE6F6D03233D13f41
Octal3361571550626315177101
Binary11011110110111111011010110010110011110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6F6D; }

 p { color: rgb(222,111,109); }

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

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

 a { background-color: rgb(222,111,109); }

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

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

 span { border-color: rgb(222,111,109); }

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