Html Css Color HEX #DE717C Froly

📋 copy color: '#DE717C'

red 222 ◦ green 113 ◦ blue 124

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

Shades of Froly #DE717C

Tints of Froly #DE717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.62%

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

R = 48.37%
G = 24.62%
B = 27.02%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE717C (or 0xDE717C) is known color: Froly. HEX triplet: DE, 71 and 7C. RGB value is (222,113,124). Sum of RGB (Red+Green+Blue) = 222+113+124=459 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.37% from 459); Green value is 113 (44.53% from 255 or 24.62% from 459); Blue value is 124 (48.83% from 255 or 27.02% from 459); Max value from RGB is 222 - color contains mainly: red. Hex color #DE717C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE717C is #218E83. Grayscale: #929292. Windows color (decimal): -2199172 or 8155614. OLE color: 8155614.

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

Color convert

RGB 222 113 124 -
CMYK 0 0.49 0.44 0.13
HSL 353.94º 0.62% 0.66% -
HSV(B) 353.94º 0.49% 0.87% -
XYZ 39.67 28.8 22.54 -
YUV 146.85 115.11 181.61 -
System Red Green Blue C M Y K H S L
Decimal 222 113 124 0 0.49 0.44 0.13 353.94 0.62 0.66
Hex DE 71 7C 0 31 2C D 162 3E 42
Octal 336 161 174 0 61 54 15 542 76 102
Binary 11011110 1110001 1111100 0 110001 101100 1101 101100010 111110 1000010

Color Harmonies of #DE717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE717C

Black with #DE717C

Text Example


Text Example

White with #DE717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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