Html Css Color HEX #DE6166 Froly

📋 copy color: '#DE6166'

red 222 ◦ green 97 ◦ blue 102

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

Shades of Froly #DE6166

Tints of Froly #DE6166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.04%

 BLUE value IS 102 (40.23% from 255) = 24.23%

R = 52.73%
G = 23.04%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DE6166 (or 0xDE6166) is known color: Froly. HEX triplet: DE, 61 and 66. RGB value is (222,97,102). Sum of RGB (Red+Green+Blue) = 222+97+102=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 97 (38.28% from 255 or 23.04% from 421); Blue value is 102 (40.23% from 255 or 24.23% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6166 is #219E99. Grayscale: #878787. Windows color (decimal): -2203290 or 6709726. OLE color: 6709726.

HSL color Cylindrical-coordinate representation of color #DE6166: hue angle of 357.6º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DE6166 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 97 102 -
CMYK 0 0.56 0.54 0.13
HSL 357.6º 0.65% 0.63% -
HSV(B) 357.6º 0.56% 0.87% -
XYZ 36.8 25.04 15.46 -
YUV 134.95 109.41 190.09 -
System Red Green Blue C M Y K H S L
Decimal 222 97 102 0 0.56 0.54 0.13 357.6 0.65 0.63
Hex DE 61 66 0 38 36 D 166 41 3F
Octal 336 141 146 0 70 66 15 546 101 77
Binary 11011110 1100001 1100110 0 111000 110110 1101 101100110 1000001 111111

Color Harmonies of #DE6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6166

Black with #DE6166

Text Example


Text Example

White with #DE6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6166; }

 p { color: rgb(222,97,102); }

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

background-color css

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

 a { background-color: rgb(222,97,102); }

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

border-color css

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

 span { border-color: rgb(222,97,102); }

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