Html Css Color HEX #DE677C Froly

📋 copy color: '#DE677C'

red 222 ◦ green 103 ◦ blue 124

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

Shades of Froly #DE677C

Tints of Froly #DE677C

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.94%

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

R = 49.44%
G = 22.94%
B = 27.62%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE677C (or 0xDE677C) is known color: Froly. HEX triplet: DE, 67 and 7C. RGB value is (222,103,124). Sum of RGB (Red+Green+Blue) = 222+103+124=449 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.44% from 449); Green value is 103 (40.62% from 255 or 22.94% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 222 - color contains mainly: red. Hex color #DE677C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE677C is #219883. Grayscale: #8D8D8D. Windows color (decimal): -2201732 or 8153054. OLE color: 8153054.

HSL color Cylindrical-coordinate representation of color #DE677C: hue angle of 349.41º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE677C is Cyan = 0, Magento = 0.54, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 103 124 -
CMYK 0 0.54 0.44 0.13
HSL 349.41º 0.64% 0.64% -
HSV(B) 349.41º 0.54% 0.87% -
XYZ 38.61 26.69 22.18 -
YUV 140.98 118.42 185.79 -
System Red Green Blue C M Y K H S L
Decimal 222 103 124 0 0.54 0.44 0.13 349.41 0.64 0.64
Hex DE 67 7C 0 36 2C D 15D 40 40
Octal 336 147 174 0 66 54 15 535 100 100
Binary 11011110 1100111 1111100 0 110110 101100 1101 101011101 1000000 1000000

Color Harmonies of #DE677C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE677C

Black with #DE677C

Text Example


Text Example

White with #DE677C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE677C; }

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

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

background-color css

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

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

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

border-color css

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

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

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