Html Css Color HEX #DF696F Froly

📋 copy color: '#DF696F'

red 223 ◦ green 105 ◦ blue 111

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

Shades of Froly #DF696F

Tints of Froly #DF696F

RGB

 RED value IS 223 (87.5% from 255) = 50.8%

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

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

R = 50.8%
G = 23.92%
B = 25.28%

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

#DF696F (or 0xDF696F) is known color: Froly. HEX triplet: DF, 69 and 6F. RGB value is (223,105,111). Sum of RGB (Red+Green+Blue) = 223+105+111=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 105 (41.41% from 255 or 23.92% from 439); Blue value is 111 (43.75% from 255 or 25.28% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF696F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF696F is #209690. Grayscale: #8D8D8D. Windows color (decimal): -2135697 or 7301599. OLE color: 7301599.

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

Color convert

RGB 223 105 111 -
CMYK 0 0.53 0.50 0.13
HSL 356.95º 0.65% 0.64% -
HSV(B) 356.95º 0.53% 0.87% -
XYZ 38.35 26.94 18.22 -
YUV 140.97 111.09 186.51 -
System Red Green Blue C M Y K H S L
Decimal 223 105 111 0 0.53 0.50 0.13 356.95 0.65 0.64
Hex DF 69 6F 0 35 32 D 165 41 40
Octal 337 151 157 0 65 62 15 545 101 100
Binary 11011111 1101001 1101111 0 110101 110010 1101 101100101 1000001 1000000

Color Harmonies of #DF696F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF696F

Black with #DF696F

Text Example


Text Example

White with #DF696F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF696F; }

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

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

background-color css

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

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

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

border-color css

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

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

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