Html Css Color HEX #DE726E Geraldine

📋 copy color: '#DE726E'

red 222 ◦ green 114 ◦ blue 110

#DE726E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geraldine #DE726E

Tints of Geraldine #DE726E

RGB

 RED value IS 222 (87.11% from 255) = 49.78%

 GREEN value IS 114 (44.92% from 255) = 25.56%

 BLUE value IS 110 (43.36% from 255) = 24.66%

R = 49.78%
G = 25.56%
B = 24.66%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE726E (or 0xDE726E) is known color: Geraldine. HEX triplet: DE, 72 and 6E. RGB value is (222,114,110). Sum of RGB (Red+Green+Blue) = 222+114+110=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE726E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE726E is #218D91. Grayscale: #919191. Windows color (decimal): -2198930 or 7238366. OLE color: 7238366.

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

Color convert

RGB 222 114 110 -
CMYK 0 0.49 0.50 0.13
HSL 2.14º 0.63% 0.65% -
HSV(B) 2.14º 0.5% 0.87% -
XYZ 38.96 28.69 18.24 -
YUV 145.84 107.78 182.33 -
System Red Green Blue C M Y K H S L
Decimal 222 114 110 0 0.49 0.50 0.13 2.14 0.63 0.65
Hex DE 72 6E 0 31 32 D 2 3F 41
Octal 336 162 156 0 61 62 15 2 77 101
Binary 11011110 1110010 1101110 0 110001 110010 1101 10 111111 1000001

Color Harmonies of #DE726E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE726E

Black with #DE726E

Text Example


Text Example

White with #DE726E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE726E; }

 p { color: rgb(222,114,110); }

 H1.HeaderClassName
 {
   color: #DE726E;
 }
 .AnyTagClassName
 {
   color: #DE726E;
 }
</style>

background-color css

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

 a { background-color: rgb(222,114,110); }

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

border-color css

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

 span { border-color: rgb(222,114,110); }

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