Html Css Color HEX #DE697B Froly

📋 copy color: '#DE697B'

red 222 ◦ green 105 ◦ blue 123

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

Shades of Froly #DE697B

Tints of Froly #DE697B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.33%

R = 49.33%
G = 23.33%
B = 27.33%

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

#DE697B (or 0xDE697B) is known color: Froly. HEX triplet: DE, 69 and 7B. RGB value is (222,105,123). Sum of RGB (Red+Green+Blue) = 222+105+123=450 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.33% from 450); Green value is 105 (41.41% from 255 or 23.33% from 450); Blue value is 123 (48.44% from 255 or 27.33% from 450); Max value from RGB is 222 - color contains mainly: red. Hex color #DE697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE697B is #219684. Grayscale: #8E8E8E. Windows color (decimal): -2201221 or 8088030. OLE color: 8088030.

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

Color convert

RGB 222 105 123 -
CMYK 0 0.53 0.45 0.13
HSL 350.77º 0.64% 0.64% -
HSV(B) 350.77º 0.53% 0.87% -
XYZ 38.75 27.06 21.92 -
YUV 142.04 117.26 185.04 -
System Red Green Blue C M Y K H S L
Decimal 222 105 123 0 0.53 0.45 0.13 350.77 0.64 0.64
Hex DE 69 7B 0 35 2D D 15F 40 40
Octal 336 151 173 0 65 55 15 537 100 100
Binary 11011110 1101001 1111011 0 110101 101101 1101 101011111 1000000 1000000

Color Harmonies of #DE697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE697B

Black with #DE697B

Text Example


Text Example

White with #DE697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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