Html Css Color HEX #DE777E Froly

📋 copy color: '#DE777E'

red 222 ◦ green 119 ◦ blue 126

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

Shades of Froly #DE777E

Tints of Froly #DE777E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.48%

 BLUE value IS 126 (49.61% from 255) = 26.98%

R = 47.54%
G = 25.48%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE777E (or 0xDE777E) is known color: Froly. HEX triplet: DE, 77 and 7E. RGB value is (222,119,126). Sum of RGB (Red+Green+Blue) = 222+119+126=467 (61% of max value = 765). Red value is 222 (87.11% from 255 or 47.54% from 467); Green value is 119 (46.88% from 255 or 25.48% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 222 - color contains mainly: red. Hex color #DE777E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE777E is #218881. Grayscale: #969696. Windows color (decimal): -2197634 or 8288222. OLE color: 8288222.

HSL color Cylindrical-coordinate representation of color #DE777E: hue angle of 355.92º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE777E is Cyan = 0, Magento = 0.46, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 119 126 -
CMYK 0 0.46 0.43 0.13
HSL 355.92º 0.61% 0.67% -
HSV(B) 355.92º 0.46% 0.87% -
XYZ 40.49 30.23 23.44 -
YUV 150.6 114.12 178.93 -
System Red Green Blue C M Y K H S L
Decimal 222 119 126 0 0.46 0.43 0.13 355.92 0.61 0.67
Hex DE 77 7E 0 2E 2B D 164 3D 43
Octal 336 167 176 0 56 53 15 544 75 103
Binary 11011110 1110111 1111110 0 101110 101011 1101 101100100 111101 1000011

Color Harmonies of #DE777E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE777E

Black with #DE777E

Text Example


Text Example

White with #DE777E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE777E; }

 p { color: rgb(222,119,126); }

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

background-color css

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

 a { background-color: rgb(222,119,126); }

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

border-color css

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

 span { border-color: rgb(222,119,126); }

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