Html Css Color HEX #DE696E Froly

📋 copy color: '#DE696E'

red 222 ◦ green 105 ◦ blue 110

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

Shades of Froly #DE696E

Tints of Froly #DE696E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.03%

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

R = 50.8%
G = 24.03%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DE696E (or 0xDE696E) is known color: Froly. HEX triplet: DE, 69 and 6E. RGB value is (222,105,110). Sum of RGB (Red+Green+Blue) = 222+105+110=437 (57% of max value = 765). Red value is 222 (87.11% from 255 or 50.80% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 222 - color contains mainly: red. Hex color #DE696E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE696E is #219691. Grayscale: #8C8C8C. Windows color (decimal): -2201234 or 7236062. OLE color: 7236062.

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

Color convert

RGB 222 105 110 -
CMYK 0 0.53 0.50 0.13
HSL 357.44º 0.64% 0.64% -
HSV(B) 357.44º 0.53% 0.87% -
XYZ 37.99 26.76 17.91 -
YUV 140.55 110.76 186.09 -
System Red Green Blue C M Y K H S L
Decimal 222 105 110 0 0.53 0.50 0.13 357.44 0.64 0.64
Hex DE 69 6E 0 35 32 D 165 40 40
Octal 336 151 156 0 65 62 15 545 100 100
Binary 11011110 1101001 1101110 0 110101 110010 1101 101100101 1000000 1000000

Color Harmonies of #DE696E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE696E

Black with #DE696E

Text Example


Text Example

White with #DE696E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE696E; }

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

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

background-color css

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

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

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

border-color css

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

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

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