Html Css Color HEX #DE697C Froly

📋 copy color: '#DE697C'

red 222 ◦ green 105 ◦ blue 124

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

Shades of Froly #DE697C

Tints of Froly #DE697C

RGB

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

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

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

R = 49.22%
G = 23.28%
B = 27.49%

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

#DE697C (or 0xDE697C) is known color: Froly. HEX triplet: DE, 69 and 7C. RGB value is (222,105,124). Sum of RGB (Red+Green+Blue) = 222+105+124=451 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.22% from 451); Green value is 105 (41.41% from 255 or 23.28% from 451); Blue value is 124 (48.83% from 255 or 27.49% from 451); Max value from RGB is 222 - color contains mainly: red. Hex color #DE697C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE697C is #219683. Grayscale: #8E8E8E. Windows color (decimal): -2201220 or 8153566. OLE color: 8153566.

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

Color convert

RGB 222 105 124 -
CMYK 0 0.53 0.44 0.13
HSL 350.26º 0.64% 0.64% -
HSV(B) 350.26º 0.53% 0.87% -
XYZ 38.81 27.09 22.25 -
YUV 142.15 117.76 184.96 -
System Red Green Blue C M Y K H S L
Decimal 222 105 124 0 0.53 0.44 0.13 350.26 0.64 0.64
Hex DE 69 7C 0 35 2C D 15E 40 40
Octal 336 151 174 0 65 54 15 536 100 100
Binary 11011110 1101001 1111100 0 110101 101100 1101 101011110 1000000 1000000

Color Harmonies of #DE697C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE697C

Black with #DE697C

Text Example


Text Example

White with #DE697C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE697C; }

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

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

background-color css

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

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

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

border-color css

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

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

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