Html Css Color HEX #DF697A Froly

📋 copy color: '#DF697A'

red 223 ◦ green 105 ◦ blue 122

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

Shades of Froly #DF697A

Tints of Froly #DF697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.11%

R = 49.56%
G = 23.33%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF697A (or 0xDF697A) is known color: Froly. HEX triplet: DF, 69 and 7A. RGB value is (223,105,122). Sum of RGB (Red+Green+Blue) = 223+105+122=450 (59% of max value = 765). Red value is 223 (87.5% from 255 or 49.56% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 122 (48.05% from 255 or 27.11% from 450); Max value from RGB is 223 - color contains mainly: red. Hex color #DF697A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF697A is #209685. Grayscale: #8E8E8E. Windows color (decimal): -2135686 or 8022495. OLE color: 8022495.

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

Color convert

RGB 223 105 122 -
CMYK 0 0.53 0.45 0.13
HSL 351.36º 0.65% 0.64% -
HSV(B) 351.36º 0.53% 0.87% -
XYZ 39 27.2 21.61 -
YUV 142.22 116.59 185.62 -
System Red Green Blue C M Y K H S L
Decimal 223 105 122 0 0.53 0.45 0.13 351.36 0.65 0.64
Hex DF 69 7A 0 35 2D D 15F 41 40
Octal 337 151 172 0 65 55 15 537 101 100
Binary 11011111 1101001 1111010 0 110101 101101 1101 101011111 1000001 1000000

Color Harmonies of #DF697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF697A

Black with #DF697A

Text Example


Text Example

White with #DF697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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