Html Css Color HEX #DE677A Froly

📋 copy color: '#DE677A'

red 222 ◦ green 103 ◦ blue 122

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

Shades of Froly #DE677A

Tints of Froly #DE677A

RGB

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

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

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

R = 49.66%
G = 23.04%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DE677A (or 0xDE677A) is known color: Froly. HEX triplet: DE, 67 and 7A. RGB value is (222,103,122). Sum of RGB (Red+Green+Blue) = 222+103+122=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 122 (48.05% from 255 or 27.29% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE677A is #219885. Grayscale: #8C8C8C. Windows color (decimal): -2201734 or 8021982. OLE color: 8021982.

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

Color convert

RGB 222 103 122 -
CMYK 0 0.54 0.45 0.13
HSL 350.42º 0.64% 0.64% -
HSV(B) 350.42º 0.54% 0.87% -
XYZ 38.49 26.64 21.52 -
YUV 140.75 117.42 185.96 -
System Red Green Blue C M Y K H S L
Decimal 222 103 122 0 0.54 0.45 0.13 350.42 0.64 0.64
Hex DE 67 7A 0 36 2D D 15E 40 40
Octal 336 147 172 0 66 55 15 536 100 100
Binary 11011110 1100111 1111010 0 110110 101101 1101 101011110 1000000 1000000

Color Harmonies of #DE677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE677A

Black with #DE677A

Text Example


Text Example

White with #DE677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE677A; }

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

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

background-color css

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

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

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

border-color css

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

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

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