Html Css Color HEX #DE736E Geraldine

📋 copy color: '#DE736E'

red 222 ◦ green 115 ◦ blue 110

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

Shades of Geraldine #DE736E

Tints of Geraldine #DE736E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 25.73%

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

R = 49.66%
G = 25.73%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE736E (or 0xDE736E) is known color: Geraldine. HEX triplet: DE, 73 and 6E. RGB value is (222,115,110). Sum of RGB (Red+Green+Blue) = 222+115+110=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 115 (45.31% from 255 or 25.73% from 447); Blue value is 110 (43.36% from 255 or 24.61% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE736E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE736E is #218C91. Grayscale: #929292. Windows color (decimal): -2198674 or 7238622. OLE color: 7238622.

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

Color convert

RGB 222 115 110 -
CMYK 0 0.48 0.50 0.13
HSL 2.68º 0.63% 0.65% -
HSV(B) 2.68º 0.5% 0.87% -
XYZ 39.07 28.92 18.27 -
YUV 146.42 107.45 181.91 -
System Red Green Blue C M Y K H S L
Decimal 222 115 110 0 0.48 0.50 0.13 2.68 0.63 0.65
Hex DE 73 6E 0 30 32 D 3 3F 41
Octal 336 163 156 0 60 62 15 3 77 101
Binary 11011110 1110011 1101110 0 110000 110010 1101 11 111111 1000001

Color Harmonies of #DE736E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE736E

Black with #DE736E

Text Example


Text Example

White with #DE736E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE736E; }

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

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

background-color css

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

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

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

border-color css

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

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

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