Html Css Color HEX #DE696F Froly

📋 copy color: '#DE696F'

red 222 ◦ green 105 ◦ blue 111

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

Shades of Froly #DE696F

Tints of Froly #DE696F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.34%

R = 50.68%
G = 23.97%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.5

 K value IS 0.13

RGB Variations

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

Color information

#DE696F (or 0xDE696F) is known color: Froly. HEX triplet: DE, 69 and 6F. RGB value is (222,105,111). Sum of RGB (Red+Green+Blue) = 222+105+111=438 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.68% from 438); Green value is 105 (41.41% from 255 or 23.97% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 222 - color contains mainly: red. Hex color #DE696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE696F is #219690. Grayscale: #8C8C8C. Windows color (decimal): -2201233 or 7301598. OLE color: 7301598.

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

Color convert

RGB 222 105 111 -
CMYK 0 0.53 0.5 0.13
HSL 356.92º 0.64% 0.64% -
HSV(B) 356.92º 0.53% 0.87% -
XYZ 38.05 26.78 18.2 -
YUV 140.67 111.26 186.01 -
System Red Green Blue C M Y K H S L
Decimal 222 105 111 0 0.53 0.5 0.13 356.92 0.64 0.64
Hex DE 69 6F 0 35 32 D 165 40 40
Octal 336 151 157 0 65 62 15 545 100 100
Binary 11011110 1101001 1101111 0 110101 110010 1101 101100101 1000000 1000000

Color Harmonies of #DE696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE696F

Black with #DE696F

Text Example


Text Example

White with #DE696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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