Html Css Color HEX #DE7477 Froly

📋 copy color: '#DE7477'

red 222 ◦ green 116 ◦ blue 119

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

Shades of Froly #DE7477

Tints of Froly #DE7477

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.38%

 BLUE value IS 119 (46.88% from 255) = 26.04%

R = 48.58%
G = 25.38%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DE7477 (or 0xDE7477) is known color: Froly. HEX triplet: DE, 74 and 77. RGB value is (222,116,119). Sum of RGB (Red+Green+Blue) = 222+116+119=457 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.58% from 457); Green value is 116 (45.70% from 255 or 25.38% from 457); Blue value is 119 (46.88% from 255 or 26.04% from 457); Max value from RGB is 222 - color contains mainly: red. Hex color #DE7477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE7477 is #218B88. Grayscale: #949494. Windows color (decimal): -2198409 or 7828702. OLE color: 7828702.

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

Color convert

RGB 222 116 119 -
CMYK 0 0.48 0.46 0.13
HSL 358.3º 0.62% 0.66% -
HSV(B) 358.3º 0.48% 0.87% -
XYZ 39.7 29.35 21.03 -
YUV 148.04 111.62 180.76 -
System Red Green Blue C M Y K H S L
Decimal 222 116 119 0 0.48 0.46 0.13 358.3 0.62 0.66
Hex DE 74 77 0 30 2E D 166 3E 42
Octal 336 164 167 0 60 56 15 546 76 102
Binary 11011110 1110100 1110111 0 110000 101110 1101 101100110 111110 1000010

Color Harmonies of #DE7477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE7477

Black with #DE7477

Text Example


Text Example

White with #DE7477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE7477; }

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

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

background-color css

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

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

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

border-color css

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

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

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