Html Css Color HEX #DF6166 Froly

📋 copy color: '#DF6166'

red 223 ◦ green 97 ◦ blue 102

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

Shades of Froly #DF6166

Tints of Froly #DF6166

RGB

 RED value IS 223 (87.5% from 255) = 52.84%

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

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

R = 52.84%
G = 22.99%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.54

 K value IS 0.13

RGB Variations

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

Color information

#DF6166 (or 0xDF6166) is known color: Froly. HEX triplet: DF, 61 and 66. RGB value is (223,97,102). Sum of RGB (Red+Green+Blue) = 223+97+102=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 97 (38.28% from 255 or 22.99% from 422); Blue value is 102 (40.23% from 255 or 24.17% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6166 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF6166 is #209E99. Grayscale: #878787. Windows color (decimal): -2137754 or 6709727. OLE color: 6709727.

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

Color convert

RGB 223 97 102 -
CMYK 0 0.57 0.54 0.13
HSL 357.62º 0.66% 0.63% -
HSV(B) 357.62º 0.57% 0.87% -
XYZ 37.1 25.2 15.48 -
YUV 135.24 109.24 190.59 -
System Red Green Blue C M Y K H S L
Decimal 223 97 102 0 0.57 0.54 0.13 357.62 0.66 0.63
Hex DF 61 66 0 39 36 D 166 42 3F
Octal 337 141 146 0 71 66 15 546 102 77
Binary 11011111 1100001 1100110 0 111001 110110 1101 101100110 1000010 111111

Color Harmonies of #DF6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF6166

Black with #DF6166

Text Example


Text Example

White with #DF6166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF6166; }

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

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

background-color css

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

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

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

border-color css

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

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

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