Html Css Color HEX #DF697C Froly

📋 copy color: '#DF697C'

red 223 ◦ green 105 ◦ blue 124

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

Shades of Froly #DF697C

Tints of Froly #DF697C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.43%

R = 49.34%
G = 23.23%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF697C (or 0xDF697C) is known color: Froly. HEX triplet: DF, 69 and 7C. RGB value is (223,105,124). Sum of RGB (Red+Green+Blue) = 223+105+124=452 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.34% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 124 (48.83% from 255 or 27.43% from 452); Max value from RGB is 223 - color contains mainly: red. Hex color #DF697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF697C is #209683. Grayscale: #8E8E8E. Windows color (decimal): -2135684 or 8153567. OLE color: 8153567.

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

Color convert

RGB 223 105 124 -
CMYK 0 0.53 0.44 0.13
HSL 350.34º 0.65% 0.64% -
HSV(B) 350.34º 0.53% 0.87% -
XYZ 39.12 27.25 22.27 -
YUV 142.45 117.59 185.46 -
System Red Green Blue C M Y K H S L
Decimal 223 105 124 0 0.53 0.44 0.13 350.34 0.65 0.64
Hex DF 69 7C 0 35 2C D 15E 41 40
Octal 337 151 174 0 65 54 15 536 101 100
Binary 11011111 1101001 1111100 0 110101 101100 1101 101011110 1000001 1000000

Color Harmonies of #DF697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF697C

Black with #DF697C

Text Example


Text Example

White with #DF697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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