Html Css Color HEX #DE716E Geraldine

📋 copy color: '#DE716E'

red 222 ◦ green 113 ◦ blue 110

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

Shades of Geraldine #DE716E

Tints of Geraldine #DE716E

RGB

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

 GREEN value IS 113 (44.53% from 255) = 25.39%

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

R = 49.89%
G = 25.39%
B = 24.72%

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

#DE716E (or 0xDE716E) is known color: Geraldine. HEX triplet: DE, 71 and 6E. RGB value is (222,113,110). Sum of RGB (Red+Green+Blue) = 222+113+110=445 (58% of max value = 765). Red value is 222 (87.11% from 255 or 49.89% from 445); Green value is 113 (44.53% from 255 or 25.39% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 222 - color contains mainly: red. Hex color #DE716E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE716E is #218E91. Grayscale: #919191. Windows color (decimal): -2199186 or 7238110. OLE color: 7238110.

HSL color Cylindrical-coordinate representation of color #DE716E: hue angle of 1.61º 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 #DE716E is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 113 110 -
CMYK 0 0.49 0.50 0.13
HSL 1.61º 0.63% 0.65% -
HSV(B) 1.61º 0.5% 0.87% -
XYZ 38.84 28.47 18.2 -
YUV 145.25 108.11 182.74 -
System Red Green Blue C M Y K H S L
Decimal 222 113 110 0 0.49 0.50 0.13 1.61 0.63 0.65
Hex DE 71 6E 0 31 32 D 2 3F 41
Octal 336 161 156 0 61 62 15 2 77 101
Binary 11011110 1110001 1101110 0 110001 110010 1101 10 111111 1000001

Color Harmonies of #DE716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE716E

Black with #DE716E

Text Example


Text Example

White with #DE716E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE716E; }

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

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

background-color css

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

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

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

border-color css

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

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

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