Html Css Color HEX #DF666F Froly

📋 copy color: '#DF666F'

red 223 ◦ green 102 ◦ blue 111

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

Shades of Froly #DF666F

Tints of Froly #DF666F

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.39%

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 51.15%
G = 23.39%
B = 25.46%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.50

 K value IS 0.13

RGB Variations

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

Color information

#DF666F (or 0xDF666F) is known color: Froly. HEX triplet: DF, 66 and 6F. RGB value is (223,102,111). Sum of RGB (Red+Green+Blue) = 223+102+111=436 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.15% from 436); Green value is 102 (40.23% from 255 or 23.39% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 223 - color contains mainly: red. Hex color #DF666F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF666F is #209990. Grayscale: #8B8B8B. Windows color (decimal): -2136465 or 7300831. OLE color: 7300831.

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

Color convert

RGB 223 102 111 -
CMYK 0 0.54 0.50 0.13
HSL 355.54º 0.65% 0.64% -
HSV(B) 355.54º 0.54% 0.87% -
XYZ 38.05 26.34 18.12 -
YUV 139.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 223 102 111 0 0.54 0.50 0.13 355.54 0.65 0.64
Hex DF 66 6F 0 36 32 D 164 41 40
Octal 337 146 157 0 66 62 15 544 101 100
Binary 11011111 1100110 1101111 0 110110 110010 1101 101100100 1000001 1000000

Color Harmonies of #DF666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF666F

Black with #DF666F

Text Example


Text Example

White with #DF666F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF666F; }

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

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

background-color css

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

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

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

border-color css

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

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

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