Html Css Color HEX #DE7C7F Froly

📋 copy color: '#DE7C7F'

red 222 ◦ green 124 ◦ blue 127

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

Shades of Froly #DE7C7F

Tints of Froly #DE7C7F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.22%

 BLUE value IS 127 (50% from 255) = 26.85%

R = 46.93%
G = 26.22%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE7C7F (or 0xDE7C7F) is known color: Froly. HEX triplet: DE, 7C and 7F. RGB value is (222,124,127). Sum of RGB (Red+Green+Blue) = 222+124+127=473 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.93% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7C7F is #218380. Grayscale: #999999. Windows color (decimal): -2196353 or 8355038. OLE color: 8355038.

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

Color convert

RGB 222 124 127 -
CMYK 0 0.44 0.43 0.13
HSL 358.16º 0.6% 0.68% -
HSV(B) 358.16º 0.44% 0.87% -
XYZ 41.16 31.48 23.98 -
YUV 153.64 112.97 176.76 -
System Red Green Blue C M Y K H S L
Decimal 222 124 127 0 0.44 0.43 0.13 358.16 0.6 0.68
Hex DE 7C 7F 0 2C 2B D 166 3C 44
Octal 336 174 177 0 54 53 15 546 74 104
Binary 11011110 1111100 1111111 0 101100 101011 1101 101100110 111100 1000100

Color Harmonies of #DE7C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7C7F

Black with #DE7C7F

Text Example


Text Example

White with #DE7C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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